|
xml_parser_create_nsCreate an XML parser with namespace support Beschreibung
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. Parameter-Liste
RückgabewerteReturns a resource handle for the new XML parser. Siehe auch
|