PHP
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

설치/설정> <SimpleXML
Last updated: Fri, 30 Jan 2009

view this page in

소개

SimpleXML 확장은 XML을 객체로 변환하는 매우 간단하고 쉬운 방식을 제공합니다. XML을 일반적인 프로퍼티 선택자와 배열 이터레이터를 사용하여 처리할 수 있습니다.



add a note add a note User Contributed Notes
소개
alvaro at demogracia dot com
30-Sep-2008 11:30
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
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites