|
xml_parser_createCreate an XML parser Description
XMLParser xml_parser_create(stringnull
$encoding = null )xml_parser_create creates a new XML parser and returns a XMLParser instance to be used by the other XML functions. Parameters
Return ValuesReturns a new XMLParser instance. Changelog
See Also
|