Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<xml_parser_createxml_parser_get_option>
Last updated: Tue, 19 Sep 2006

xml_parser_free

(PHP 3 >= 3.0.6, PHP 4, PHP 5)

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.




<xml_parser_createxml_parser_get_option>
Last updated: Tue, 19 Sep 2006