|
xml_parser_freeFree an XML parser Description
bool xml_parser_free(XMLParser
$parser )
Frees the given XML Caution
In addition to calling xml_parser_free when the parsing
is finished, prior to PHP 8.0.0, it was necessary to also explicitly unset the
reference to Parameters
Return Values
Returns Changelog
|