   #PHP Manual XML parser functions xml_parser_create
   xml_parser_get_option

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                xml_parser_free

   (PHP 3>= 3.0.6, PHP 4 )
   xml_parser_free -- Free an XML parser

Description

   bool xml_parser_free ( resource parser)

   parser
          A reference to the XML parser to free.

   This function returns FALSE if parser does not refer to a valid
   parser, or else it frees the parser and returns TRUE.
   ______________________________________________________________________

   Prev              Home                  Next
   xml_parser_create  Up  xml_parser_get_option
