PHP xml_parser_free() Function
Complete PHP XML Reference
Definition and Usage
The xml_parser_free() function frees an an XML parser.
This function returns TRUE on success, or FALSE on
failure.
Syntax
| Parameter |
Description |
| parser |
Required. Specifies XML parser to free |
Tips and Notes
Tip: To create an XML parser use the
xml_parser_create() function.
Example
<?php
$xmlparser = xml_parser_create();
xml_parser_free($xmlparser);
?>
|
Complete PHP XML Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|