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)
Related Man Pages |
---|
xmlparsing(3) - debian |
xml_set_element_handler(3) - php |
xml_parse(3) - php |
xml_parser_set_option(3) - php |
xml_set_end_namespace_decl_handler(3) - php |