検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 47 for simplexml (0.002 sec.)
XML データに Xpath クエリを実行する 7372
« SimpleXMLElement::__toString SimpleXMLIterator » PHP Manual SimpleXMLElement XML データに Xpat ... h クエリを実行する SimpleXMLElement::xpath (PHP 5, PHP 7, PHP 8) SimpleXMLEleme ... — XML データに Xpath クエリを実行する 説明 public SimpleXMLElement::xpath ( string $expression ): array | null ... e xpath メソッドは、 XPath expression にマッチする SimpleXML ノードを検索します。 パラメータ expression XPath パ ... ス。 戻り値 SimpleXMLElement オブジェクトの 配列 を返します。 エラーが発 ...
https://man.plustar.jp/php/simplexmlelement.xpath.html - [similar]
XML ノードに子要素を追加する 7159
« SimpleXMLElement::addAttribute SimpleXMLElement::asXML » PHP Manual SimpleXMLElement XML ノード ... に子要素を追加する SimpleXMLElement::addChild (PHP 5 >= 5.1.3, PHP 7, PHP 8) Si ... ddChild — XML ノードに子要素を追加する 説明 public SimpleXMLElement::addChild ( string $qualifiedName , ? strin ... g $value = null , ? string $namespace = null ): ? SimpleXMLElement ノードに子要素を追加し、子要素の SimpleXMLE ... hild メソッドは、 XML ノードに追加した子要素を表す SimpleXMLElement オブジェクトを返します。 失敗時に null を返 ...
https://man.plustar.jp/php/simplexmlelement.addchild.html - [similar]
新しい SimpleXMLElement オブジェクトを作成する 7129
« SimpleXMLElement::children SimpleXMLElement::count » PHP Manual SimpleXMLElement 新しい SimpleXML ... XMLElement オブジェクトを作成する SimpleXMLElement::__construct (PHP 5, PHP 7, PHP 8) SimpleXM ... LElement::__construct — 新しい SimpleXMLElement オブジェクトを作成する 説明 public SimpleXM ... aceOrPrefix = "" , bool $isPrefix = false ) 新しい SimpleXMLElement オブジェクトを作成します。 パラメータ data ... 初のサンプルにある XML 文字列を参照しています。 例1 SimpleXMLElement オブジェクトの作成 <?php include 'example.p ...
https://man.plustar.jp/php/simplexmlelement.construct.html - [similar]
文字列で要素の内容を返す 7129
« SimpleXMLElement::saveXML SimpleXMLElement::xpath » PHP Manual SimpleXMLElement 文字列で要素の ... 内容を返す SimpleXMLElement::__toString (PHP 5 >= 5.3.0, PHP 7, PHP 8) ... :__toString — 文字列で要素の内容を返す 説明 public SimpleXMLElement::__toString (): string この要素に直接入って ... す。 例 例1 文字列で内容を取得する <?php $xml = new SimpleXMLElement ( '<a>1 <b>2 </b>3</a>' ); echo $xml ; ?> 上 ... の例の出力は以下となります。 1 3 参考 SimpleXMLElement::asXML() - SimpleXML 要素に基づき整形式の X ...
https://man.plustar.jp/php/simplexmlelement.tostring.html - [similar]
XML エラーの対応 7038
« 基本的な SimpleXML の使用法 SimpleXMLElement » PHP Manual 例 XML エラーの対応 XML エラーの対応 ... <?php libxml_use_internal_errors ( true ); $sxe = simplexml_load_string ( "<?xml version='1.0'><broken><xml></ ...
https://man.plustar.jp/php/simplexml.examples-errors.html - [similar]
SimpleXMLIterator クラス 6946
« SimpleXMLElement::xpath SimpleXMLIterator::current » PHP Manual SimpleXML SimpleXMLIterator ク ... ラス SimpleXMLIterator クラス (PHP 5 >= 5.1.3, PHP 7, PHP 8) はじ ... めに SimpleXMLIterator は、 SimpleXMLElement オブジェクトのすべて ... する再帰的な反復処理を提供します。 クラス概要 class SimpleXMLIterator extends SimpleXMLElement { /* メソッド */ ... public current (): mixed public getChildren (): SimpleXMLIterator public hasChildren (): bool public key (): ...
https://man.plustar.jp/php/class.simplexmliterator.html - [similar]
XML 操作 6946
« win32_stop_service DOM » PHP Manual 関数リファレンス XML 操作 XML 操作 DOM — Document Object M ... み定数 libXMLError — libXMLError クラス libxml 関数 SimpleXML はじめに インストール/設定 定義済み定数 例 SimpleX ... MLElement — SimpleXMLElement クラス SimpleXMLIterator — SimpleXMLIterato ... r クラス SimpleXML 関数 WDDX はじめに インストール/設定 定義済み定数 ...
https://man.plustar.jp/php/refs.xml.html - [similar]
WDDX 6658
« simplexml_load_string はじめに » PHP Manual XML 操作 WDDX WDDX はじめに インストール/設定 要件 ...
https://man.plustar.jp/php/book.wddx.html - [similar]
libxml 6612
« dom_import_simplexml はじめに » PHP Manual XML 操作 libxml libxml はじめに インストール/設定 要 ...
https://man.plustar.jp/php/book.libxml.html - [similar]
現在の要素が有効かどうかを調べる 6566
« SimpleXMLIterator::rewind SimpleXML 関数 » PHP Manual SimpleXMLIterator 現在の要素が有効かどう ... かを調べる SimpleXMLIterator::valid (PHP 5, PHP 7, PHP 8) SimpleXMLIter ... lid — 現在の要素が有効かどうかを調べる 説明 public SimpleXMLIterator::valid (): bool このメソッドは、現在の要素 ...SimpleXMLIterator::rewind() あるいは SimpleXMLIterator::next ... 要素が有効かどうかを調べる <?php $xmlIterator = new SimpleXMLIterator ( '<books><book>SQL Basics</book></books>' ...
https://man.plustar.jp/php/simplexmliterator.valid.html - [similar]
PREV 1 2 3 4 5 NEXT