update : 2015.11.03
php.shukuma.com검색:
|
xml_parser_create_ns(PHP 4 >= 4.0.5, PHP 5) xml_parser_create_ns — Create an XML parser with namespace support 설명
resource xml_parser_create_ns
([ string
$encoding
[, string $separator = ":"
]] )xml_parser_create_ns() creates a new XML parser with XML namespace support and returns a resource handle referencing it to be used by the other XML functions. 인수
반환값Returns a resource handle for the new XML parser. |