検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 43 for XMLReader (0.001 sec.)
パースする XML を含むデータを設定する 8962
« XMLReader::setSchema XMLWriter » PHP Manual XMLReader パースする XML を含むデータを設定する XMLReader ... LReader::XML (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader::XML — パースする XML を含むデータを設定する 説明 ... public static XMLReader::XML ( string $source , ? string $encoding = null ... , int $flags = 0 ): bool | XMLReader パースする XML を含むデータを設定します。 パラメー ... 返します。 staticメソッドとしてコールされた場合には XMLReader を返します。 失敗した場合に false を返します エラー ...
https://man.plustar.jp/php/xmlreader.xml.html - [similar]
現在の属性の親要素にカーソルを移動する 8931
« XMLReader::moveToAttributeNs XMLReader::moveToFirstAttribute » PHP Manual XMLReader 現在の属性 ... の親要素にカーソルを移動する XMLReader::moveToElement (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLR ... 現在の属性の親要素にカーソルを移動する 説明 public XMLReader::moveToElement (): bool 現在の属性の親要素にカーソ ... 属性ノードではなかった場合に false を返します。 参考 XMLReader::moveToAttribute() - 指定した名前の属性にカーソルを ... 移動する XMLReader::moveToAttributeNo() - 指定したインデックスの属性に ...
https://man.plustar.jp/php/xmlreader.movetoelement.html - [similar]
RelaxNG スキーマを含むデータを設定する 8900
« XMLReader::setRelaxNGSchema XMLReader::setSchema » PHP Manual XMLReader RelaxNG スキーマを含む ... データを設定する XMLReader::setRelaxNGSchemaSource (PHP 5 >= 5.1.0, PHP 7, PH ... P 8) XMLReader::setRelaxNGSchemaSource — RelaxNG スキーマを含むデ ... ータを設定する 説明 public XMLReader::setRelaxNGSchemaSource ( ? string $source ): bool ... 合に true を、失敗した場合に false を返します。 参考 XMLReader::setRelaxNGSchema() - RelaxNG スキーマのファイル名 ...
https://man.plustar.jp/php/xmlreader.setrelaxngschemasource.html - [similar]
パーサのオプションを設定する 8838
« XMLReader::readString XMLReader::setRelaxNGSchema » PHP Manual XMLReader パーサのオプションを設 ... 定する XMLReader::setParserProperty (PHP 5 >= 5.1.0, PHP 7, PHP 8) ... roperty — パーサのオプションを設定する 説明 public XMLReader::setParserProperty ( int $property , bool $value ) ... ool パーサのオプションを設定します。オプションは、 XMLReader::open() あるいは XMLReader::xml() がコールされた後 ... で、かつ XMLReader::read() が最初にコールされる前に 設定する必要があり ...
https://man.plustar.jp/php/xmlreader.setparserproperty.html - [similar]
RelaxNG スキーマのファイル名あるいは URI を設定する 8808
« XMLReader::setParserProperty XMLReader::setRelaxNGSchemaSource » PHP Manual XMLReader RelaxNG ... スキーマのファイル名あるいは URI を設定する XMLReader::setRelaxNGSchema (PHP 5 >= 5.1.0, PHP 7, PHP 8) X ... ーマのファイル名あるいは URI を設定する 説明 public XMLReader::setRelaxNGSchema ( ? string $filename ): bool 検証 ... 合に true を、失敗した場合に false を返します。 参考 XMLReader::setRelaxNGSchemaSource() - RelaxNG スキーマを含む ... データを設定する XMLReader::setSchema() - ドキュメントを XSD で検証する XMLRe ...
https://man.plustar.jp/php/xmlreader.setrelaxngschema.html - [similar]
ドキュメント内の次のノードに移動する 8777
« XMLReader::open XMLReader::readInnerXml » PHP Manual XMLReader ドキュメント内の次のノードに移動 ... する XMLReader::read (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader::re ... — ドキュメント内の次のノードに移動する 説明 public XMLReader::read (): bool ドキュメント内の次のノードにカーソル ... 合に true を、失敗した場合に false を返します。 参考 XMLReader::moveToElement() - 現在の属性の親要素にカーソルを移 ... 動する XMLReader::moveToAttribute() - 指定した名前の属性にカーソルを ...
https://man.plustar.jp/php/xmlreader.read.html - [similar]
ドキュメントを XSD で検証する 8730
« XMLReader::setRelaxNGSchemaSource XMLReader::XML » PHP Manual XMLReader ドキュメントを XSD で検 ... 証する XMLReader::setSchema (PHP 5 >= 5.2.0, PHP 7, PHP 8) XMLReade ... Schema — ドキュメントを XSD で検証する 説明 public XMLReader::setSchema ( ? string $filename ): bool W3C XSD ス ... 場合、 スキーマにエラーが存在する場合、 あるいは既に XMLReader::read() がコールされた後である場合に E_WARNING を発 ... 合わせてコンパイルした場合にのみ使用可能です。 参考 XMLReader::setRelaxNGSchema() - RelaxNG スキーマのファイル名 ...
https://man.plustar.jp/php/xmlreader.setschema.html - [similar]
現在のノードの内容を文字列で読み込む 8638
« XMLReader::readOuterXml XMLReader::setParserProperty » PHP Manual XMLReader 現在のノードの内容 ... を文字列で読み込む XMLReader::readString (PHP 5 >= 5.2.0, PHP 7, PHP 8) XMLRead ... — 現在のノードの内容を文字列で読み込む 説明 public XMLReader::readString (): string 現在のノードの内容を文字列で ... 合わせてコンパイルした場合にのみ使用可能です。 参考 XMLReader::readOuterXml() - 現在のノードから自分自身も含めた ... XML を取得する XMLReader::readInnerXml() - 現在のノードから XML を取得する ...
https://man.plustar.jp/php/xmlreader.readstring.html - [similar]
現在のノードから XML を取得する 8607
« XMLReader::read XMLReader::readOuterXml » PHP Manual XMLReader 現在のノードから XML を取得する ... XMLReader::readInnerXml (PHP 5 >= 5.2.0, PHP 7, PHP 8) XMLRe ... rXml — 現在のノードから XML を取得する 説明 public XMLReader::readInnerXml (): string 現在のノードの中身を、子ノ ... 合わせてコンパイルした場合にのみ使用可能です。 参考 XMLReader::readString() - 現在のノードの内容を文字列で読み込 ...XMLReader::readOuterXml() - 現在のノードから自分自身も含めた ...
https://man.plustar.jp/php/xmlreader.readinnerxml.html - [similar]
現在のノードから自分自身も含めた XML を取得する 8576
« XMLReader::readInnerXml XMLReader::readString » PHP Manual XMLReader 現在のノードから自分自身も ... 含めた XML を取得する XMLReader::readOuterXml (PHP 5 >= 5.2.0, PHP 7, PHP 8) XMLRe ... ードから自分自身も含めた XML を取得する 説明 public XMLReader::readOuterXml (): string 現在のノードの中身を、ノー ... 合わせてコンパイルした場合にのみ使用可能です。 参考 XMLReader::readString() - 現在のノードの内容を文字列で読み込 ...XMLReader::readInnerXml() - 現在のノードから XML を取得する ...
https://man.plustar.jp/php/xmlreader.readouterxml.html - [similar]
PREV 1 2 3 4 5 NEXT