| 
 | xml_parser_create_nsCreate an XML parser with namespace support Description
   XMLParser xml_parser_create_ns(stringnull  $encoding=null, string$separator= ":")xml_parser_create_ns creates a new XML parser with XML namespace support and returns a XMLParser instance to be used by the other XML functions. Parameters
 
 Return ValuesReturns a new XMLParser instance. Changelog
 See Also
 
 |