Query: xml_parser_free
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XML_PARSER_FREE(3) 1 XML_PARSER_FREE(3) xml_parser_free - Free an XML parserSYNOPSISbool xml_parser_free (resource $parser)DESCRIPTIONFrees the given XML $parser.PARAMETERSo $parser - A reference to the XML parser to free.RETURN VALUESThis function returns FALSE if $parser does not refer to a valid parser, or else it frees the parser and returns TRUE. PHP Documentation Group XML_PARSER_FREE(3)