検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 121 for Dom (0.001 sec.)
SimpleXMLElement オブジェクトから DOMElement オブジェクトを取得する 11412
« DOM 関数 libxml » PHP Manual DOM 関数 SimpleXMLElement オブジェクトから DOMElement オブジェクト ... を取得する dom_import_simplexml (PHP 5, PHP 7, PHP 8) dom_import_ ... simplexml — SimpleXMLElement オブジェクトから DOMElement オブジェクトを取得する 説明 dom_import_simp ... lexml ( object $node ): DOMElement この関数は、 SimpleXML クラスの ノード node ... を受け取り、それを DOMElement ノードに変換します。新しいオブジェクトは、 ...
https://man.plustar.jp/php/function.dom-import-simplexml.html - [similar]
DOM ノードから SimpleXMLElement オブジェクトを取得する 10929
« SimpleXML 関数 simplexml_load_file » PHP Manual SimpleXML 関数 DOM ノードから SimpleXMLElement ... オブジェクトを取得する simplexml_import_dom (PHP 5, PHP 7, PHP 8) simplexml_import_domDOM... ement オブジェクトを取得する 説明 simplexml_import_dom ( SimpleXMLElement | DOMNode $node , ? string $cla ... LElement::class ): ? SimpleXMLElement この関数は、 DOM ドキュメントのノードを引数とし、 SimpleXML ノードを ... SimpleXML 要素として使用できます。 パラメータ node DOM 要素ノード。 class_name このオプションパラメータを ...
https://man.plustar.jp/php/function.simplexml-import-dom.html - [similar]
定数を取得する 10805
« ReflectionExtension::getClassNames ReflectionExtension::getDependencies » PHP Manual Reflectio ... nts() の例 <?php $ext = new ReflectionExtension ( 'DOM' ); print_r ( $ext -> getConstants ()); ?> 上の例の ... _ENUMERATION] => 9 [XML_ATTRIBUTE_NOTATION] => 10 [DOM_PHP_ERR] => 0 [DOM_INDEX_SIZE_ERR] => 1 [DOMSTRING ... _SIZE_ERR] => 2 [DOM_HIERARCHY_REQUEST_ERR] => 3 [DOM_WRONG_DOCUMENT_ER ... R] => 4 [DOM_INVALID_CHARACTER_ERR] => 5 [DOM_NO_DATA_ALLOWED_E ...
https://man.plustar.jp/php/reflectionextension.getconstants.html - [similar]
定義済み定数 10458
« リソース型 例 » PHP Manual DOM 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... 数 定数 値 説明 XML_ELEMENT_NODE ( int ) 1 ノードは DOMElement です。 XML_ATTRIBUTE_NODE ( int ) 2 ノードは ... DOMAttr です。 XML_TEXT_NODE ( int ) 3 ノードは DOMTex ... t です。 XML_CDATA_SECTION_NODE ( int ) 4 ノードは DOMCharacterData です。 XML_ENTITY_REF_NODE ( int ) 5 ... ノードは DOMEntityReference です。 XML_ENTITY_NODE ( int ) 6 ノ ...
https://man.plustar.jp/php/dom.constants.html - [similar]
DOM 関数 9554
« DOMXPath::registerPhpFunctions dom_import_simplexml » PHP Manual DOM DOM 関数 DOM 関数 目次 dom ... port_simplexml — SimpleXMLElement オブジェクトから DOMElement オブジェクトを取得する 関連キーワード: 関数 ... , import , simplexml , オブジェクト , DOMXPath , registerPhpFunctions , SimpleXMLElement , D ...
https://man.plustar.jp/php/ref.dom.html - [similar]
The XMLDiff\DOM class 9330
« XMLDiff\Base::merge XMLDiff\DOM::diff » PHP Manual XMLDiff The XMLDiff\DOM class The XMLDiff\DOM ... mldiff >= 0.8.0) はじめに クラス概要 class XMLDiff\DOM extends XMLDiff\Base { /* メソッド */ public diff ... ( DOMDocument $from , DOMDocument $to ): DOMDocument pub ... lic merge ( DOMDocument $src , DOMDocument $diff ): DOMDocument /* ... ( mixed $src , mixed $diff ): mixed } 目次 XMLDiff\DOM::diff — Diff two DOMDocument objects XMLDiff\DOM:: ...
https://man.plustar.jp/php/class.xmldiff-dom.html - [similar]
Diff two DOMDocument objects 9120
« XMLDiff\DOM XMLDiff\DOM::merge » PHP Manual XMLDiff\DOM Diff two DOMDocument objects XMLDiff\DOM ... OM::diff (PECL xmldiff >= 0.8.0) XMLDiff\DOM::diff — Diff two DOMDocument objects 説明 public X ... MLDiff\DOM::diff ( DOMDocument $from , DOMDocument $to ): DOM ... Document Diff two DOMDocument instances and produce the new one containi ... ng the diff information. パラメータ from Source DOMDocument object. to Target DOMDocument object. 戻り ...
https://man.plustar.jp/php/xmldiff-dom.diff.html - [similar]
Produce merged DOMDocument 8463
« XMLDiff\DOM::diff XMLDiff\Memory » PHP Manual XMLDiff\DOM Produce merged DOMDocument XMLDiff\DOM ... OM::merge (PECL xmldiff >= 0.8.0) XMLDiff\DOM::merge — Produce merged DOMDocument 説明 public XM ... LDiff\DOM::merge ( DOMDocument $src , DOMDocument $diff ): D ... OMDocument Create new DOMDocument based on the diff. パラメータ src Source D ... OMDocument object. diff DOMDocument object containing the diff information. 戻 ...
https://man.plustar.jp/php/xmldiff-dom.merge.html - [similar]
はじめに 8166
« DOM インストール/設定 » PHP Manual DOM はじめに はじめに DOM 拡張モジュールを使用すると、DOM A ... た XML ドキュメントの操作を PHP で行えます。 注意 : DOM拡張機能 は UTF-8 エンコーディングを使います。他のエ ...
https://man.plustar.jp/php/intro.dom.html - [similar]
新しい要素ノードを作成する 7992
« DOMDocument::createDocumentFragment DOMDocument::createElementNS » PHP Manual DOMDocument 新し ... い要素ノードを作成する DOMDocument::createElement (PHP 5, PHP 7, PHP 8) DOMDo ... teElement — 新しい要素ノードを作成する 説明 public DOMDocument::createElement ( string $localName , strin ... g $value = "" ): DOMElement | false この関数は、 DOMElement クラスの新し ... いインスタンスを作成します。 このノードは、( DOMNode::appendChild() などで) 挿入されない限り、ドキュ ...
https://man.plustar.jp/php/domdocument.createelement.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT