← All docs

xml_parser_free()

Frees an XML parser; a no-op kept for compatibility.

xml_parser_free()

function xml_parser_free(mixed $parser): bool

Frees an XML parser; a no-op kept for compatibility.

Parameters:

  • $parser (mixed)

Returns: bool

Availability

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how xml_parser_free is implemented in the compiler, see the internals page.