検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 136 for node (0.028 sec.)
SimpleXMLElement オブジェクトから DOMElement オブジェクトを取得する 5236
« DOM 関数 libxml » PHP Manual DOM 関数 SimpleXMLElement オブジェクトから DOMElement オブジェクト ... ェクトを取得する 説明 dom_import_simplexml ( object $node ): DOMElement この関数は、 SimpleXML クラスの ノー ...node を受け取り、それを DOMElement ノードに変換します。 ... 、 DOMElement ノードとして使用可能です。 パラメータ node SimpleXMLElement ノード。 戻り値 追加された DOMEle ... ew DOMDocument ( '1.0' ); $dom_sxe = $dom -> importNode ( $dom_sxe , true ); $dom_sxe = $dom -> appendChil ...
https://man.plustar.jp/php/function.dom-import-simplexml.html - [similar]
Add servers to the ensemble 5236
« ZookeeperConfig ZookeeperConfig::get » PHP Manual ZookeeperConfig Add servers to the ensemble ... maj. quorums. version The expected version of the node. The function will fail if the actual version of t ... he node does not match the expected version. If -1 is used ... count or types are wrong or fail to save value to node. 例 例1 ZookeeperConfig::add() example Add members ... g , servers , Add , version , the , server , not , node , stat , configuration ...
https://man.plustar.jp/php/zookeeperconfig.add.html - [similar]
XML データに Xpath クエリを実行する 5212
« SimpleXMLElement::__toString SimpleXMLIterator » PHP Manual SimpleXMLElement XML データに Xpat ... $xml -> xpath ( '/a/b/c' ); foreach ( $result as $node ) { echo '/a/b/c: ' , $node , "\n" ; } /* 相対パス ... t = $xml -> xpath ( 'b/c' ); foreach ( $result as $node ) { echo 'b/c: ' , $node , "\n" ; } ?> 上の例の出力 ...
https://man.plustar.jp/php/simplexmlelement.xpath.html - [similar]
DOMDocumentFragment クラス 5164
« DOMDocument::xinclude DOMDocumentFragment::appendXML » PHP Manual DOM DOMDocumentFragment クラ ... 8) クラス概要 class DOMDocumentFragment extends DOMNode implements DOMParentNode { /* プロパティ */ public ... /* 継承したプロパティ */ public readonly string $ nodeName ; public ? string $ nodeValue ; public readonl ... y int $ nodeType ; public readonly ? DOMNode $ parentNode ; pub ... lic readonly DOMNodeList $ childNodes ; public readonly ? DOMNode $ fir ...
https://man.plustar.jp/php/class.domdocumentfragment.html - [similar]
DOMDocumentType クラス 5140
« DOMDocumentFragment::__construct DOMElement » PHP Manual DOM DOMDocumentType クラス DOMDocumen ... トです。 クラス概要 class DOMDocumentType extends DOMNode { /* プロパティ */ public readonly string $ public ... c readonly string $ name ; public readonly DOMNamedNodeMap $ entities ; public readonly DOMNamedNodeMap $ ... /* 継承したプロパティ */ public readonly string $ nodeName ; public ? string $ nodeValue ; public readonl ... y int $ nodeType ; public readonly ? DOMNode $ parentNode ; pub ...
https://man.plustar.jp/php/class.domdocumenttype.html - [similar]
内部の XML ツリーを文字列として出力する 5128
« DOMDocument::saveHTMLFile DOMDocument::schemaValidate » PHP Manual DOMDocument 内部の XML ツリ ... して出力する 説明 public DOMDocument::saveXML ( ? DOMNode $node = null , int $options = 0 ): string | false ... ントを新しく作成した後にコールされます。 パラメータ node ドキュメント全体ではなく、XML 宣言以外の特定のノー ... を返します。 エラー / 例外 DOM_WRONG_DOCUMENT_ERR node が別のドキュメントのものである場合に 発生します。 ... appendChild ( $title ); $text = $doc -> createTextNode ( 'これはタイトルです' ); $text = $title -> append ...
https://man.plustar.jp/php/domdocument.savexml.html - [similar]
DOMNode クラス 5092
« DOMNamedNodeMap::item DOMNode::appendChild » PHP Manual DOM DOMNode クラス DOMNode クラス (PHP ... 5, PHP 7, PHP 8) クラス概要 class DOMNode { /* プロパティ */ public readonly string $ nodeNa ... me ; public ? string $ nodeValue ; public readonly int $ nodeType ; public rea ... donly ? DOMNode $ parentNode ; public readonly DOMNodeList $ child ... Nodes ; public readonly ? DOMNode $ firstChild ; public readonly ? DOMNode $ lastChi ...
https://man.plustar.jp/php/class.domnode.html - [similar]
Create a new ReadPreference 5092
« MongoDB\Driver\ReadPreference::bsonSerialize MongoDB\Driver\ReadPreference::getHedge » PHP Man ... r a read operation, the driver attempt to select a node having all tags in a set (i.e. the associative arr ... sets. An empty tag set ( array() ) will match any node and may be used as a fallback. Tags are not compat ... :__construct() example <?php /* Prefer a secondary node but fall back to a primary. */ var_dump (new Mongo ... eference :: RP_SECONDARY_PREFERRED )); /* Prefer a node in the New York data center with lowest latency. * ...
https://man.plustar.jp/php/mongodb-driver-readpreference.construct.html - [similar]
Tidy パースツリーのルートを表す tidyNode を返す 5092
« tidy::repairString tidyNode » PHP Manual tidy Tidy パースツリーのルートを表す tidyNode を返す ... idy_get_root — Tidy パースツリーのルートを表す tidyNode を返す 説明 オブジェクト指向型 public tidy::root ( ... ): ? tidyNode 手続き型 tidy_get_root ( tidy $tidy ): ? tidyNode ... Tidy パースツリーのルートを表す tidyNode を返します。 パラメータ tidy Tidy オブジェクト。 戻 ... り値 tidyNode オブジェクトを返します。 例 例1 tidy::root() の例 ...
https://man.plustar.jp/php/tidy.root.html - [similar]
SoapVar コンストラクタ 5068
« SoapVar Yar » PHP Manual SoapVar SoapVar コンストラクタ SoapVar::__construct (PHP 5, PHP 7, PH ... null , ? string $typeNamespace = null , ? string $nodeName = null , ? string $nodeNamespace = null ) 新し ... つ。 type_name 型の名前 type_namespace 型の名前空間 node_name XML ノードの名前 node_namespace XML ノードの名 ... 歴 バージョン 説明 8.0.3 typeName , typeNamespace , nodeName , nodeNamespace は、nullable になりました。 例 ... クタ 関連キーワード: SoapVar , construct , string , nodeNamespace , ノード , node , namespace , 名前 , type ...
https://man.plustar.jp/php/soapvar.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT