検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 43 for XMLReader (0.001 sec.)
XMLReader クラス 10659
« リソース型 XMLReader::close » PHP Manual XMLReader XMLReader クラス XMLReader クラス (PHP 5 >= ... 5.1.0, PHP 7, PHP 8) はじめに XMLReader 拡張モジュールは、プル型の XML パーサです。ドキュメ ... の途中の各ノードで立ち止まります。 クラス概要 class XMLReader { /* 定数 */ const int NONE = 0 ; const int ELEMEN ... string $encoding = null , int $flags = 0 ): bool | XMLReader public read (): bool public readInnerXml (): strin ... string $encoding = null , int $flags = 0 ): bool | XMLReader } プロパティ attributeCount ノード上の属性の数 bas ...
https://man.plustar.jp/php/class.xmlreader.html - [similar]
XMLReader 10150
« XmlParser はじめに » PHP Manual XML 操作 XMLReader XMLReader はじめに インストール/設定 要件 イ ... ンストール手順 実行時設定 リソース型 XMLReaderXMLReader クラス XMLReader::close — XMLReader... 入力を閉じる XMLReader::expand — 現在のノードのコピーを DOM オブジェクトと ... して返す XMLReader::getAttribute — 名前をもとに、属性の値を取得する X ... ibuteNo — インデックスをもとに、属性の値を取得する XMLReader::getAttributeNs — 名前および URI をもとに、属性の値 ...
https://man.plustar.jp/php/book.xmlreader.html - [similar]
XMLReader の入力を閉じる 9286
« XMLReader XMLReader::expand » PHP Manual XMLReader XMLReader の入力を閉じる XMLReader::close ( ... PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader::close — XMLReader の入力を閉じる 説明 public XMLR ... eader::close (): bool XMLReader オブジェクトが現在パースしている入力を閉じます。 パ ... 合に true を、失敗した場合に false を返します。 参考 XMLReader::open() - パースする XML を含む URI を設定する XML ... ースする XML を含むデータを設定する 関連キーワード: XMLReader , 入力 , パース , パラメータ , 設定 , expand , pub ...
https://man.plustar.jp/php/xmlreader.close.html - [similar]
最初の属性にカーソルを移動する 9054
« XMLReader::moveToElement XMLReader::moveToNextAttribute » PHP Manual XMLReader 最初の属性にカー ... ソルを移動する XMLReader::moveToFirstAttribute (PHP 5 >= 5.1.0, PHP 7, PHP ... 8) XMLReader::moveToFirstAttribute — 最初の属性にカーソルを移動 ... する 説明 public XMLReader::moveToFirstAttribute (): bool 最初の属性にカーソル ... 合に true を、失敗した場合に false を返します。 参考 XMLReader::moveToElement() - 現在の属性の親要素にカーソルを移 ...
https://man.plustar.jp/php/xmlreader.movetofirstattribute.html - [similar]
パースする XML を含む URI を設定する 9054
« XMLReader::next XMLReader::read » PHP Manual XMLReader パースする XML を含む URI を設定する XMLReader ... LReader::open (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader::open — パースする XML を含む URI を設定する 説明 ... public static XMLReader::open ( string $uri , ? string $encoding = null , ... int $flags = 0 ): bool | XMLReader パースされる XML ドキュメントを含む URI を設定しま ... 返します。 static メソッドとしてコールされた場合には XMLReader を返します。 失敗した場合に false を返します エラー ...
https://man.plustar.jp/php/xmlreader.open.html - [similar]
パースしているドキュメントの妥当性を示す 8993
« XMLReader::getParserProperty XMLReader::lookupNamespace » PHP Manual XMLReader パースしているド ... キュメントの妥当性を示す XMLReader::isValid (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader: ... パースしているドキュメントの妥当性を示す 説明 public XMLReader::isValid (): bool パースしているドキュメントが妥当 ... を返します。 例 例1 XML の妥当性の検証 <?php $xml = XMLReader :: open ( 'test.xml' ); // validate オプションを有 ... ッドは正しく動作しません $xml -> setParserProperty ( XMLReader :: VALIDATE , true ); var_dump ( $xml -> isValid ( ...
https://man.plustar.jp/php/xmlreader.isvalid.html - [similar]
指定した名前の属性にカーソルを移動する 8993
« XMLReader::lookupNamespace XMLReader::moveToAttributeNo » PHP Manual XMLReader 指定した名前の属 ... 性にカーソルを移動する XMLReader::moveToAttribute (PHP 5 >= 5.1.0, PHP 7, PHP 8) XM ... 指定した名前の属性にカーソルを移動する 説明 public XMLReader::moveToAttribute ( string $name ): bool 指定した名 ... 合に true を、失敗した場合に false を返します。 参考 XMLReader::moveToElement() - 現在の属性の親要素にカーソルを移 ... 動する XMLReader::moveToAttributeNo() - 指定したインデックスの属性に ...
https://man.plustar.jp/php/xmlreader.movetoattribute.html - [similar]
次の属性にカーソルを移動する 8993
« XMLReader::moveToFirstAttribute XMLReader::next » PHP Manual XMLReader 次の属性にカーソルを移動 ... する XMLReader::moveToNextAttribute (PHP 5 >= 5.1.0, PHP 7, PHP 8 ... ) XMLReader::moveToNextAttribute — 次の属性にカーソルを移動する ... 説明 public XMLReader::moveToNextAttribute (): bool 現在位置が属性ノード ... 合に true を、失敗した場合に false を返します。 参考 XMLReader::moveToElement() - 現在の属性の親要素にカーソルを移 ...
https://man.plustar.jp/php/xmlreader.movetonextattribute.html - [similar]
指定したインデックスの属性にカーソルを移動する 8962
« XMLReader::moveToAttribute XMLReader::moveToAttributeNs » PHP Manual XMLReader 指定したインデッ ... クスの属性にカーソルを移動する XMLReader::moveToAttributeNo (PHP 5 >= 5.1.0, PHP 7, PHP 8) ... たインデックスの属性にカーソルを移動する 説明 public XMLReader::moveToAttributeNo ( int $index ): bool 指定した位 ... 合に true を、失敗した場合に false を返します。 参考 XMLReader::moveToElement() - 現在の属性の親要素にカーソルを移 ... 動する XMLReader::moveToAttribute() - 指定した名前の属性にカーソルを ...
https://man.plustar.jp/php/xmlreader.movetoattributeno.html - [similar]
指定した名前の属性にカーソルを移動する 8962
« XMLReader::moveToAttributeNo XMLReader::moveToElement » PHP Manual XMLReader 指定した名前の属性 ... にカーソルを移動する XMLReader::moveToAttributeNs (PHP 5 >= 5.1.0, PHP 7, PHP 8) ... 指定した名前の属性にカーソルを移動する 説明 public XMLReader::moveToAttributeNs ( string $name , string $namesp ... 合に true を、失敗した場合に false を返します。 参考 XMLReader::moveToElement() - 現在の属性の親要素にカーソルを移 ... 動する XMLReader::moveToAttribute() - 指定した名前の属性にカーソルを ...
https://man.plustar.jp/php/xmlreader.movetoattributens.html - [similar]
PREV 1 2 3 4 5 NEXT