PHP 8.4.6 Released!

XMLReader::close

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

XMLReader::closeClose the XMLReader input

Description

public XMLReader::close(): true

Closes the input the XMLReader object is currently parsing.

Parameters

This function has no parameters.

Return Values

Always returns true.

See Also

User Contributed Notes

There are no user contributed notes for this page.
To Top