SimpleXML is simple, unless your XML document has namespaces (e.g., tags withs "colons" like <rs:data>). In this case, most code examples in this section will not work at all: namespaces imply that you need to do further processing with functions that are often undocumented.
Look for "namespace" in user notes.
소개
SimpleXML 확장은 XML을 객체로 변환하는 매우 간단하고 쉬운 방식을 제공합니다. XML을 일반적인 프로퍼티 선택자와 배열 이터레이터를 사용하여 처리할 수 있습니다.
소개
alvaro at demogracia dot com
30-Sep-2008 11:30
30-Sep-2008 11:30
