Results of 1 - 10 of about 12 for DOMXPath (0.001 sec.)
- 新しい DOMXPath オブジェクトを作成する 11302
- « DOMXPath DOMXPath::evaluate » PHP Manual DOMXPath 新しい DOMXPath オブジェクトを作成する DOMXPath
...
ath::__construct (PHP 5, PHP 7, PHP 8) DOMXPath::__construct — 新しい DOMXPath オブジェクトを作成す ...
る 説明 public DOMXPath::__construct ( DOMDocument $document , bool $regis ...
terNodeNS = true ) 新しい DOMXPath オブジェクトを作成します。 パラメータ document DOM ...
th に関連付けられた DOMDocument 。 関連キーワード: DOMXPath , オブジェクト , 作成 , construct , DOMDocument , ...
-
https://man.plustar.jp/php/domxpath.construct.html
- [similar]
- DOMXPath オブジェクトの名前空間を登録する 11054
- « DOMXPath::query DOMXPath::registerPhpFunctions » PHP Manual DOMXPath DOMXPath オブジェクトの名
...
前空間を登録する DOMXPath::registerNamespace (PHP 5, PHP 7, PHP 8) DOMXPath: ...
:registerNamespace — DOMXPath オブジェクトの名前空間を登録する 説明 public DOMXP ...
space ( string $prefix , string $namespace ): bool DOMXPath オブジェクトに、 namespace および prefix を登録しま ...
、失敗した場合に false を返します。 関連キーワード: DOMXPath , オブジェクト , 登録 , registerNamespace , namesp ...
-
https://man.plustar.jp/php/domxpath.registernamespace.html
- [similar]
- DOMXPath クラス 11019
- « DOMText::splitText DOMXPath::__construct » PHP Manual DOM DOMXPath クラス DOMXPath クラス (PHP
...
じめに XPath 1.0 をサポートします。 クラス概要 class DOMXPath { /* プロパティ */ public readonly DOMDocument $ d ...
ティ registerNodeNamespaces が追加されました。 目次 DOMXPath::__construct — 新しい DOMXPath オブジェクトを作成す ...
る DOMXPath::evaluate — 与えられた XPath 式を評価し、可能であれ ...
ば結果を返す DOMXPath::query — 与えられた XPath 式を評価する DOMXPath::r ...
-
https://man.plustar.jp/php/class.domxpath.html
- [similar]
- PHP の関数を XPath 関数として登録する 10152
- « DOMXPath::registerNamespace DOM 関数 » PHP Manual DOMXPath PHP の関数を XPath 関数として登録す
...
る DOMXPath::registerPhpFunctions (PHP 5 >= 5.3.0, PHP 7, PHP ...
8) DOMXPath::registerPhpFunctions — PHP の関数を XPath 関数とし ...
て登録する 説明 public DOMXPath::registerPhpFunctions ( string | array | null $res ...
e> <author>Joe Black</author> </book> </books> 例2 DOMXPath::registerPHPFunctions() と php:functionString の例 ...
-
https://man.plustar.jp/php/domxpath.registerphpfunctions.html
- [similar]
- 与えられた XPath 式を評価し、可能であれば結果を返す 9781
- « DOMXPath::__construct DOMXPath::query » PHP Manual DOMXPath 与えられた XPath 式を評価し、可能で
...
あれば結果を返す DOMXPath::evaluate (PHP 5 >= 5.1.0, PHP 7, PHP 8) DOMXPath: ...
ath 式を評価し、可能であれば結果を返す 説明 public DOMXPath::evaluate ( string $expression , ? DOMNode $contex ...
が不正な形式な場合や contextNode が無効な場合は、 DOMXPath::evaluate() は false を返します。 例 例1 英語の書籍 ...
cument ; $doc -> load ( 'book.xml' ); $xpath = new DOMXPath ( $doc ); $tbody = $doc -> getElementsByTagName ( ...
-
https://man.plustar.jp/php/domxpath.evaluate.html
- [similar]
- 与えられた XPath 式を評価する 9745
- « DOMXPath::evaluate DOMXPath::registerNamespace » PHP Manual DOMXPath 与えられた XPath 式を評価
...
する DOMXPath::query (PHP 5, PHP 7, PHP 8) DOMXPath::query — 与え ...
られた XPath 式を評価する 説明 public DOMXPath::query ( string $expression , ? DOMNode $contextNo ...
が不正な形式な場合や contextNode が無効な場合は、 DOMXPath::query() は false を返します。 例 例1 すべての英語 ...
false ; $doc -> load ( 'book.xml' ); $xpath = new DOMXPath ( $doc ); // root 要素から開始します $query = '//b ...
-
https://man.plustar.jp/php/domxpath.query.html
- [similar]
- Document Object Model 7959
- « XML 操作 はじめに » PHP Manual XML 操作 Document Object Model Document Object Model はじめに イ
...
Text — 指定したオフセットでノードを 2 つに分割する DOMXPath — DOMXPath クラス DOMXPath::__construct — 新しい D ...
OMXPath オブジェクトを作成する DOMXPath::evaluate — 与えられた XPath 式を評価し、可能であれ ...
ば結果を返す DOMXPath::query — 与えられた XPath 式を評価する DOMXPath::r ...
egisterNamespace — DOMXPath オブジェクトの名前空間を登録する DOMXPath::registe ...
-
https://man.plustar.jp/php/book.dom.html
- [similar]
- DOM 関数 7623
- « DOMXPath::registerPhpFunctions dom_import_simplexml » PHP Manual DOM DOM 関数 DOM 関数 目次 do
...
ーワード: 関数 , import , simplexml , オブジェクト , DOMXPath , registerPhpFunctions , SimpleXMLElement , DOMEle ...
-
https://man.plustar.jp/php/ref.dom.html
- [similar]
- XML 操作 7092
- « win32_stop_service DOM » PHP Manual 関数リファレンス XML 操作 XML 操作 DOM — Document Object M
...
cessingInstruction クラス DOMText — DOMText クラス DOMXPath — DOMXPath クラス DOM 関数 libxml はじめに インスト ...
-
https://man.plustar.jp/php/refs.xml.html
- [similar]
- ノードの XPath を取得する 6774
- « DOMNode::getLineNo DOMNode::hasAttributes » PHP Manual DOMNode ノードの XPath を取得する DOMNo
...
les/apple[2] /fruits/pears /fruits/pears/pear 参考 DOMXPath 関連キーワード: ノード , 取得 , DOMNode , fruits , ...
-
https://man.plustar.jp/php/domnode.getnodepath.html
- [similar]