×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
PHP 8.0 より前のバージョンでは、 SimpleXMLElement::hasChildren() は サブクラスの SimpleXMLIterator でのみ宣言されていました。
現在の要素を SimpleXMLIterator オブジェクトで返します。 失敗した場合は null を返します。 例 ¶. 例1 現在の要素を返す.
戻り値. 現在の要素を SimpleXMLIterator オブジェクトで返します。 失敗した場合は null を返します。
Here is a recursive function that will convert a given SimpleXMLElement object into an array, preserving namespaces and attributes.
現在の要素の子要素を含む SimpleXMLIterator オブジェクトを返します。 例. 例1 現在の要素の子要素を返す. < ...
Japanese translation of the PHP documentation. Contribute to php/doc-ja development by creating an account on GitHub.
目次 · SimpleXMLIterator::current — 現在の SimpleXML エントリを返す · SimpleXMLIterator::getChildren — 現在の要素の子要素を返す · SimpleXMLIterator::hasChildren — ...
関連する質問
目次 ; SimpleXMLIterator::current ? 現在の SimpleXML エントリを返す ; SimpleXMLIterator::getChildren ? 現在の要素の子要素を返す ; SimpleXMLIterator::hasChildren ?
<?xml version="1.0" encoding="utf-8"?> ... サブクラスの <classname>SimpleXMLIterator</classname> でのみ宣言されていました。 ... 要素が子要素を持つかどうかを調べます ...
SimpleXMLIterator::current — 現在の SimpleXML エントリを返す ; SimpleXMLIterator::getChildren — 現在の要素の子要素を返す ; SimpleXMLIterator::hasChildren — 現在の ...