(PHP 4, PHP 5, PHP 7, PHP 8)
xml_parser_free — Free an XML parser
Hinweis:
Diese Funktion hat keine Auswirkung. Vor PHP 8.0.0 wurde sie verwendet, um die Ressource zu schließen.
Frees the given XML parser
.
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 parser
to avoid memory leaks,
if the parser resource is referenced from an object, and this object references
that parser resource.
parser
Version | Beschreibung |
---|---|
8.0.0 |
parser erwartet nun eine
XMLParser-Instanz; vorher wurde eine gültige
xml -Ressource erwartet.
|