|
xml_parser_freeFree an XML parser Warning
This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouraged. Description
#[\Deprecated]
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
|