検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 104 for DOMDocument (0.017 sec.)
新しい DOMCdataSection オブジェクトを作成する 5859
« DOMCdataSection DOMCharacterData » PHP Manual DOMCdataSection 新しい DOMCdataSection オブジェク ... OMCdataSection オブジェクトの作成 <?php $dom = new DOMDocument ( '1.0' , 'utf-8' ); $element = $dom -> appendChil ... onstruct() - 新しい DOMText オブジェクトを作成する DOMDocument::createTextNode() - 新しいテキストノードを作成する ... ノード , DOMText , data , 出力 , createTextNode , DOMDocument ...
https://man.plustar.jp/php/domcdatasection.construct.html - [similar]
子要素群の最後に新しい子要素を追加する 5859
« DOMNode DOMNode::C14N » PHP Manual DOMNode 子要素群の最後に新しい子要素を追加する DOMNode::app ... いは新しい子要素リストを作成します。子要素の作成には DOMDocument::createElement() 、 DOMDocument::createTextNode() ... 要素を追加します。 例1 子要素の追加 <?php $doc = new DOMDocument ; $node = $doc -> createElement ( "para" ); $newno ... L (); ?> 例2 ネストされた子ノード <?php $doc = new DOMDocument ; $headNode = $doc -> createElement ( "head" ); $d ...
https://man.plustar.jp/php/domnode.appendchild.html - [similar]
はじめに 5808
« XMLDiff インストール/設定 » PHP Manual XMLDiff はじめに はじめに The extension is able to prod ... delete instruction nodes in human readable format. DOMDocument objects, local files and strings in memory can be ... ion , memory , strings , files , local , objects , DOMDocument , format ...
https://man.plustar.jp/php/intro.xmldiff.html - [similar]
ノードを正規化する 5679
« DOMNode::lookupPrefix DOMNode::removeChild » PHP Manual DOMNode ノードを正規化する DOMNode::no ... 戻り値 値を返しません。 参考 » The DOM Specification DOMDocument::normalizeDocument() - ドキュメントを正規化する 関 ... lize , パラメータ , テキスト , normalizeDocument , DOMDocument , Specification , 参考 , 関数 ...
https://man.plustar.jp/php/domnode.normalize.html - [similar]
XML diff and merge 5653
« wddx_serialize_vars はじめに » PHP Manual XML 操作 XML diff and merge XML diff and merge はじめ ... The XMLDiff\DOM class XMLDiff\DOM::diff — Diff two DOMDocument objects XMLDiff\DOM::merge — Produce merged DOMDoc ...
https://man.plustar.jp/php/book.xmldiff.html - [similar]
新規 XSLTProcessor オブジェクトを生成する 5653
« XSLTProcessor XSLTProcessor::getParameter » PHP Manual XSLTProcessor 新規 XSLTProcessor オブジ ... ん。 例 例1 XSLTProcessor の生成 <?php $xsldoc = new DOMDocument (); $xsldoc -> load ( $xsl_filename ); $xmldoc = n ... ew DOMDocument (); $xmldoc -> load ( $xml_filename ); $xsl = new ...
https://man.plustar.jp/php/xsltprocessor.construct.html - [similar]
新しい DOMEntityReference オブジェクトを作成する 5602
« DOMEntityReference DOMException » PHP Manual DOMEntityReference 新しい DOMEntityReference オブ ... しい DOMEntityReference を作成する <?php $dom = new DOMDocument ( '1.0' , 'iso-8859-1' ); $element = $dom -> appen ... oding="iso-8859-1"?><root>&nbsp;</root> */ ?> 参考 DOMDocument::createEntityReference() - 新しいエンティティ参照ノ ...
https://man.plustar.jp/php/domentityreference.construct.html - [similar]
新しい DOMText オブジェクトを作成する 5576
« DOMText DOMText::isElementContentWhitespace » PHP Manual DOMText 新しい DOMText オブジェクトを ... 例 例1 新しい DOMText を作成する <?php $dom = new DOMDocument ( '1.0' , 'iso-8859-1' ); $element = $dom -> appen ... g="iso-8859-1"?><root>root value</root> */ ?> 参考 DOMDocument::createTextNode() - 新しいテキストノードを作成する ...
https://man.plustar.jp/php/domtext.construct.html - [similar]
DOMXPath クラス 5550
« DOMText::splitText DOMXPath::__construct » PHP Manual DOM DOMXPath クラス DOMXPath クラス (PHP ... class DOMXPath { /* プロパティ */ public readonly DOMDocument $ document ; public bool $ registerNodeNamespaces ... ; /* メソッド */ public __construct ( DOMDocument $document , bool $registerNodeNS = true ) public e ...
https://man.plustar.jp/php/class.domxpath.html - [similar]
ノードの XPath を取得する 5550
« DOMNode::getLineNo DOMNode::hasAttributes » PHP Manual DOMNode ノードの XPath を取得する DOMNo ... 例 例1 DOMNode::getNodePath() の例 <?php // 新しい DOMDocument インスタンスを作ります $dom = new DOMDocument ; // ...
https://man.plustar.jp/php/domnode.getnodepath.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT