Manuál
PHP
Předcházející
Další
xml_parser_create
xml_parser_create -- create an XML parser
Description
resource
xml_parser_create
( [string encoding])
encoding
(optional)
This function creates an XML parser and returns a handle for use by other XML functions. Returns
FALSE
on failure.
Předcházející
Domů
Další
Nahoru