XMLReader::close

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

XMLReader::closeXMLReader の入力を閉じる

説明

public XMLReader::close(): bool

XMLReader オブジェクトが現在パースしている入力を閉じます。

パラメータ

この関数にはパラメータはありません。

返り値

成功した場合に true を、失敗した場合に false を返します。

参考

add a note add a note

User Contributed Notes

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