CakeFest 2024: The Official CakePHP Conference

XMLReader::close

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

XMLReader::closeXMLReader の入力を閉じる

説明

public XMLReader::close(): true

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

パラメータ

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

戻り値

常に true を返します。

参考

add a note

User Contributed Notes

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