Easy Tutorial
❮ Func Mysqli Select Db Func Mysqli Fetch Array ❯

PHP xml_parser_free() Function



Definition and Usage

The xml_parser_free() function releases an XML parser.

It returns TRUE on success or FALSE on failure.

Syntax

Parameter Description
parser Required. Specifies the XML parser to free.

Tips and Notes

Tip: To create an XML parser, use the xml_parser_create() function.


Example


❮ Func Mysqli Select Db Func Mysqli Fetch Array ❯