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
Whether you're new to XML or already an advanced user, the user-friendly views
and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to
meet your XML and Web services development needs from start to finish.
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- Support for Office Open XML (OOXML)
- Graphical WSDL editor & SOAP debugger
- Java, C#, C++ code generation
- And much more!
Download a free 30-day trial today!
|