検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 104 for DOMDocument (0.023 sec.)
空の DOMDocumentType オブジェクトを作成する 5396
« DOMImplementation::createDocument DOMImplementation::hasFeature » PHP Manual DOMImplementation ... 空の DOMDocumentType オブジェクトを作成する DOMImplementation::crea ... HP 8) DOMImplementation::createDocumentType — 空の DOMDocumentType オブジェクトを作成する 説明 public DOMImplemen ... , string $publicId = "" , string $systemId = "" ): DOMDocumentType | false 空の DOMDocumentType オブジェクトを作成 ... D。 戻り値 ownerDocument を null に設定した 新しい DOMDocumentType ノードを返します。 エラー / 例外 DOM_NAMESPACE ...
https://man.plustar.jp/php/domimplementation.createdocumenttype.html - [similar]
与えられた XPath 式を評価する 5396
« DOMXPath::evaluate DOMXPath::registerNamespace » PHP Manual DOMXPath 与えられた XPath 式を評価 ... 例1 すべての英語の書籍を取得する <?php $doc = new DOMDocument ; // 空白に悩まされたくはありません $doc -> preser ... ラメータを使用することも可能です。 <?php $doc = new DOMDocument ; $doc -> preserveWhiteSpace = false ; $doc -> loa ...
https://man.plustar.jp/php/domxpath.query.html - [similar]
PHP の関数を XPath 関数として登録する 5357
« DOMXPath::registerNamespace DOM 関数 » PHP Manual DOMXPath PHP の関数を XPath 関数として登録す ... ions() と php:functionString の例 <?php $doc = new DOMDocument ; $doc -> load ( 'book.xml' ); $xpath = new DOMXPa ... PFunctions() と php:function の例 <?php $doc = new DOMDocument ; $doc -> load ( 'book.xml' ); $xpath = new DOMXPa ...
https://man.plustar.jp/php/domxpath.registerphpfunctions.html - [similar]
定義済み定数 5331
« リソース型 libXMLError » PHP Manual libxml 定義済み定数 定義済み定数 以下の定数が定義されていま ... を <br></br> にする) 注意 : このオプションは、現在 DOMDocument::save および DOMDocument::saveXML 関数でのみ有効で ...
https://man.plustar.jp/php/libxml.constants.html - [similar]
現在のノードのコピーを DOM オブジェクトとして返す 5306
« XMLReader::close XMLReader::getAttribute » PHP Manual XMLReader 現在のノードのコピーを DOM オブ ... 。 パラメータ baseNode DOM オブジェクトを作る対象の DOMDocument を示す DOMNode 。 戻り値 DOMNode か、エラー時には ...
https://man.plustar.jp/php/xmlreader.expand.html - [similar]
スタイルシートを取り込む 5306
« XSLTProcessor::hasExsltSupport XSLTProcessor::registerPHPFunctions » PHP Manual XSLTProcessor ... パラメータ stylesheet 取り込まれるスタイルシートを DOMDocument オブジェクトあるいは SimpleXMLElement オブジェクト ...
https://man.plustar.jp/php/xsltprocessor.importstylesheet.html - [similar]
ID 型の属性を名前で宣言する 5280
« DOMElement::setAttributeNS DOMElement::setIdAttributeNode » PHP Manual DOMElement ID 型の属性を ... Name がこの要素の属性でない場合に発生します。 参考 DOMDocument::getElementById() - id に対応する要素を検索する DO ...
https://man.plustar.jp/php/domelement.setidattribute.html - [similar]
ID 型の属性をノードで宣言する 5280
« DOMElement::setIdAttribute DOMElement::setIdAttributeNS » PHP Manual DOMElement ID 型の属性をノ ... name がこの要素の属性でない場合に発生します。 参考 DOMDocument::getElementById() - id に対応する要素を検索する DO ...
https://man.plustar.jp/php/domelement.setidattributenode.html - [similar]
XSL 5254
« XMLWriter::writeRaw はじめに » PHP Manual XML 操作 XSL XSL はじめに インストール/設定 要件 イン ... リティ設定を指定する XSLTProcessor::transformToDoc — DOMDocument に変換する XSLTProcessor::transformToUri — URI に変 ...
https://man.plustar.jp/php/book.xsl.html - [similar]
属性を新しく追加する、または変更する 5254
« DOMElement::removeAttributeNS DOMElement::setAttributeNode » PHP Manual DOMElement 属性を新しく ... 発生します。 例 例1 属性を設定する <?php $doc = new DOMDocument ( "1.0" ); $node = $doc -> createElement ( "para" ...
https://man.plustar.jp/php/domelement.setattribute.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT