検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 22 for loadXML (0.003 sec.)
文字列から XML を読み込む 15689
« DOMDocument::loadHTMLFile DOMDocument::normalizeDocument » PHP Manual DOMDocument 文字列から X ... ML を読み込む DOMDocument::loadXML (PHP 5, PHP 7, PHP 8) DOMDocument::loadXML — 文字列 ... から XML を読み込む 説明 public DOMDocument::loadXML ( string $source , int $options = 0 ): DOMDocument ... を作成する <?php $doc = new DOMDocument (); $doc -> loadXML ( '<root><node/></root>' ); echo $doc -> saveXML ( ... ); ?> 例2 loadXML をstaticメソッドとしてコールする <?php // E_DEPREC ...
https://man.plustar.jp/php/domdocument.loadxml.html - [similar]
libxml のエラー処理関数によるエラー処理 9242
« collection.xml および collection.xsl ファイルの例 XSLTProcessor » PHP Manual 例 libxml のエラー ... cument (); $xsl = new XSLTProcessor (); $xmldoc -> loadXML ( 'fruits.xml' ); $xsldoc -> loadXML ( 'fruits.xsl ...
https://man.plustar.jp/php/xsl.examples-errors.html - [similar]
PHP 関数を XSLT 関数として利用できるようにする 9242
« XSLTProcessor::importStylesheet XSLTProcessor::removeParameter » PHP Manual XSLTProcessor PHP ... e> </xsl:stylesheet> EOB; $xmldoc = DOMDocument :: loadXML ( $xml ); $xsldoc = DOMDocument :: loadXML ( $xsl ...
https://man.plustar.jp/php/xsltprocessor.registerphpfunctions.html - [similar]
現在のドキュメントにノードをインポートする 8972
« DOMDocument::getElementsByTagNameNS DOMDocument::load » PHP Manual DOMDocument 現在のドキュメン ... ます。 <?php $orgdoc = new DOMDocument ; $orgdoc -> loadXML ( "<root><element><child>text in child</child></el ... ut = true ; // マークアップを追加します $newdoc -> loadXML ( "<root><someelement>text in some element</someel ...
https://man.plustar.jp/php/domdocument.importnode.html - [similar]
ドキュメントを正規化する 8434
« DOMDocument::loadXML DOMDocument::registerNodeClass » PHP Manual DOMDocument ドキュメントを正規 ...
https://man.plustar.jp/php/domdocument.normalizedocument.html - [similar]
基底ノード型を作成する際に使用する拡張クラスを登録する 8434
« DOMDocument::normalizeDocument DOMDocument::relaxNGValidate » PHP Manual DOMDocument 基底ノード ... > nodeValue ; } } $doc = new DOMDocument ; $doc -> loadXML ( "<root><element><child>text in child</child></el ... nt を作成します $doc = new myDOMDocument ; $doc -> loadXML ( "<root><element><child>text in child</child></el ...
https://man.plustar.jp/php/domdocument.registernodeclass.html - [similar]
生の XML データを追加する 8164
« DOMDocumentFragment DOMDocumentFragment::__construct » PHP Manual DOMDocumentFragment 生の XML ... トへの追加 <?php $doc = new DOMDocument (); $doc -> loadXML ( "<root/>" ); $f = $doc -> createDocumentFragment ...
https://man.plustar.jp/php/domdocumentfragment.appendxml.html - [similar]
ノードが存在する行の番号を取得します。 8164
« DOMNode::cloneNode DOMNode::getNodePath » PHP Manual DOMNode ノードが存在する行の番号を取得しま ... dom = new DOMDocument ; // XMLをロードする $dom -> loadXML ( $xml ); // <node> 要素が定義された行がどこにある ...
https://man.plustar.jp/php/domnode.getlineno.html - [similar]
ノードの XPath を取得する 8164
« DOMNode::getLineNo DOMNode::hasAttributes » PHP Manual DOMNode ノードの XPath を取得する DOMNo ... = new DOMDocument ; // XML を読み込みます $dom -> loadXML ( ' <fruits> <apples> <apple>braeburn</apple> <app ...
https://man.plustar.jp/php/domnode.getnodepath.html - [similar]
指定したローカルタグ名に対応するすべての要素を検索する 8030
« DOMDocument::getElementById DOMDocument::getElementsByTagNameNS » PHP Manual DOMDocument 指定し ... ok> </books> XML; $dom = new DOMDocument ; $dom -> loadXML ( $xml ); $books = $dom -> getElementsByTagName ( ...
https://man.plustar.jp/php/domdocument.getelementsbytagname.html - [similar]
PREV 1 2 3 NEXT