|
xml_parser_create_nsCreate an XML parser with namespace support Description
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. Parameters
Return ValuesReturns a resource handle for the new XML parser. See Also
|