検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 136 for Node (0.015 sec.)
基底ノード型を作成する際に使用する拡張クラスを登録する 4972
« DOMDocument::normalizeDocument DOMDocument::relaxNGValidate » PHP Manual DOMDocument 基底ノード ... に使用する拡張クラスを登録する DOMDocument::registerNodeClass (PHP 5 >= 5.2.0, PHP 7, PHP 8) DOMDocument::r ... egisterNodeClass — 基底ノード型を作成する際に使用する拡張クラス ... を登録する 説明 public DOMDocument::registerNodeClass ( string $baseClass , ? string $extendedClass ... )); } } $doc = new myDocument (); $doc -> registerNodeClass ( 'DOMElement' , 'myElement' ); // これ以降、 ...
https://man.plustar.jp/php/domdocument.registernodeclass.html - [similar]
DOMCharacterData クラス 4924
« DOMCdataSection::__construct DOMCharacterData::appendData » PHP Manual DOM DOMCharacterData ク ... ます。 クラス概要 class DOMCharacterData extends DOMNode implements DOMChildNode { /* プロパティ */ 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.domcharacterdata.html - [similar]
DOMText クラス 4924
« DOMProcessingInstruction::__construct DOMText::__construct » PHP Manual DOM DOMText クラス DOM ... nt $ nextElementSibling ; 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 ... stChild ; public readonly ? DOMNode $ lastChild ; public readonly ? DOMNode $ previous ...
https://man.plustar.jp/php/class.domtext.html - [similar]
DOMEntity クラス 4900
« DOMElement::setIdAttributeNS DOMEntityReference » PHP Manual DOM DOMEntity クラス DOMEntity ク ... 係ありません。 クラス概要 class DOMEntity extends DOMNode { /* プロパティ */ public readonly ? string $ publ ... /* 継承したプロパティ */ 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.domentity.html - [similar]
ノードの XPath を取得する 4900
« DOMNode::getLineNo DOMNode::hasAttributes » PHP Manual DOMNode ノードの XPath を取得する DOMNode ... de::getNodePath (PHP 5 >= 5.2.0, PHP 7, PHP 8) DOMNode::getNod ... ePath — ノードの XPath を取得する 説明 public DOMNode::getNodePath (): ? string ノードの XPath ロケーショ ... 字列、あるいはエラー時に null を返します。 例 例1 DOMNode::getNodePath() の例 <?php // 新しい DOMDocument イ ... foreach ( $dom -> getElementsByTagName ( '*' ) as $node ) { echo $node -> getNodePath () . "\n" ; } ?> 上の ...
https://man.plustar.jp/php/domnode.getnodepath.html - [similar]
PHP の関数を XPath 関数として登録する 4900
« DOMXPath::registerNamespace DOM 関数 » PHP Manual DOMXPath PHP の関数を XPath 関数として登録す ... s (); // substr 関数を book の title に適用します $nodes = $xpath -> query ( '//book[php:functionString("s ... ubstr", title, 0, 3) = "PHP"]' ); echo "Found { $nodes -> length } books starting with 'PHP':\n" ; forea ... ch ( $nodes as $node ) { $title = $node -> getElementsByTagNa ... me ( "title" )-> item ( 0 )-> nodeValue ; $author = $node -> getElementsByTagName ( " ...
https://man.plustar.jp/php/domxpath.registerphpfunctions.html - [similar]
カレントノードの親ノードを返す 4900
« tidyNode::__construct tidyNode::hasChildren » PHP Manual tidyNode カレントノードの親ノードを返 ... す tidyNode::getParent (PHP 5 >= 5.2.2, PHP 7, PHP 8) tidyNode ... t — カレントノードの親ノードを返す 説明 public tidyNode::getParent (): ? tidyNode カレントノードの親ノード ... ません。 戻り値 そのノードが親を持っている場合に tidyNode 、 それ以外の場合に null を返します。 例 例1 tidyN ... ; $tidy = tidy_parse_string ( $html ); $num = 0 ; $node = $tidy -> html ()-> child [ 0 ]-> child [ 0 ]; va ...
https://man.plustar.jp/php/tidynode.getparent.html - [similar]
属性を新しく追加する、または変更する 4888
« DOMElement::removeAttributeNS DOMElement::setAttributeNode » PHP Manual DOMElement 属性を新しく ... を設定する <?php $doc = new DOMDocument ( "1.0" ); $node = $doc -> createElement ( "para" ); $newnode = $do ... c -> appendChild ( $node ); $newnode -> setAttribute ( "align" , "left" ); ...
https://man.plustar.jp/php/domelement.setattribute.html - [similar]
DOMElement クラス 4840
« DOMDocumentType DOMElement::__construct » PHP Manual DOM DOMElement クラス DOMElement クラス ( ... P 7, PHP 8) クラス概要 class DOMElement extends DOMNode implements DOMParentNode , DOMChildNode { /* プロパ ... /* 継承したプロパティ */ 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.domelement.html - [similar]
SVN 関数 4840
« 定義済み定数 svn_add » PHP Manual SVN SVN 関数 SVN 関数 目次 svn_add — Schedules the addition ... 2 — 新しいトランザクションを作成する svn_fs_change_node_prop — 成功したら true、失敗したら false を返す sv ... fs_make_file — 新しい空のファイルを作成する svn_fs_node_created_rev — fsroot 配下のパスが作成されたリビジョ ... ンを返す svn_fs_node_prop — ノードのプロパティの値を返す svn_fs_props_c ...
https://man.plustar.jp/php/ref.svn.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT