PHP Dokumentation: Function xml-parser-free
12. Januar 2010 von werner
xml_parser_free
(PHP 4, PHP 5)
xml_parser_free — Free an XML parser
Parameter-Liste
- parser
- A reference to the XML parser to free.
Rückgabewerte
This function returns FALSE if parser does not refer to a valid parser, or else it frees the parser and returns TRUE.