Results of 81 - 90 of about 111 for child (0.007 sec.)
- DOMEntity クラス 5625
- « DOMElement::setIdAttributeNS DOMEntityReference » PHP Manual DOM DOMEntity クラス DOMEntity ク
... MNode $ parentNode ; public readonly DOMNodeList $ childNodes ; public readonly ? DOMNode $ firstChild ; pu ... blic readonly ? DOMNode $ lastChild ; public readonly ? DOMNode $ previousSibling ; pu ... ent ; /* 継承したメソッド */ public DOMNode::appendChild ( DOMNode $node ): DOMNode | false public DOMNode: ... DOMNode::hasAttributes (): bool public DOMNode::hasChildNodes (): bool public DOMNode::insertBefore ( DOMNo ...
-
https://man.plustar.jp/php/class.domentity.html
- [similar]
- The SolrDocument class 5625
- « SolrInputDocument::toArray SolrDocument::addField » PHP Manual Solr The SolrDocument class The
... ( string $fieldName ): SolrDocumentField public getChildDocuments (): array public getChildDocumentsCount ( ... c getInputDocument (): SolrInputDocument public hasChildDocuments (): bool public __isset ( string $fieldNa ... ロパティとしてフィールドにアクセス SolrDocument::getChildDocuments — Returns an array of child documents (So ... lrDocument) SolrDocument::getChildDocumentsCount — Returns the number of child docume ...
-
https://man.plustar.jp/php/class.solrdocument.html
- [similar]
- カレントノードの親ノードを返す 5625
- « tidyNode::__construct tidyNode::hasChildren » PHP Manual tidyNode カレントノードの親ノードを返
... れ以外の場合に null を返します。 例 例1 tidyNode::hasChildren() の例 <?php $html = <<< HTML <html><head> <?ph ... g ( $html ); $num = 0 ; $node = $tidy -> html ()-> child [ 0 ]-> child [ 0 ]; var_dump ( $node -> getparent ... ード: ノード , tidyNode , カレント , getParent , hasChildren , パラメータ , construct , public , 関数 , 出力 ...
-
https://man.plustar.jp/php/tidynode.getparent.html
- [similar]
- DOMElement クラス 5486
- « DOMDocumentType DOMElement::__construct » PHP Manual DOM DOMElement クラス DOMElement クラス (
... ment extends DOMNode implements DOMParentNode , DOMChildNode { /* プロパティ */ public readonly string $ ta ... null ; public readonly ? DOMElement $ firstElementChild ; public readonly ? DOMElement $ lastElementChild ... ; public readonly int $ childElementCount ; public readonly ? DOMElement $ previ ... MNode $ parentNode ; public readonly DOMNodeList $ childNodes ; public readonly ? DOMNode $ firstChild ; pu ...
-
https://man.plustar.jp/php/class.domelement.html
- [similar]
- DOMNode クラス 5435
- « DOMNamedNodeMap::item DOMNode::appendChild » PHP Manual DOM DOMNode クラス DOMNode クラス (PHP
... MNode $ parentNode ; public readonly DOMNodeList $ childNodes ; public readonly ? DOMNode $ firstChild ; pu ... blic readonly ? DOMNode $ lastChild ; public readonly ? DOMNode $ previousSibling ; pu ... string $ textContent ; /* メソッド */ public appendChild ( DOMNode $node ): DOMNode | false public C14N ( b ... : ? string public hasAttributes (): bool public hasChildNodes (): bool public insertBefore ( DOMNode $node ...
-
https://man.plustar.jp/php/class.domnode.html
- [similar]
- RecursiveArrayIterator クラス 5435
- « ParentIterator::rewind RecursiveArrayIterator::getChildren » PHP Manual イテレータ RecursiveAr
... onst int ARRAY_AS_PROPS = 2 ; /* 定数 */ const int CHILD_ARRAYS_ONLY = 4 ; /* メソッド */ public getChildre ... n (): ? RecursiveArrayIterator public hasChildren (): bool /* 継承したメソッド */ public ArrayIte ... ursiveArrayIterator フラグ RecursiveArrayIterator::CHILD_ARRAYS_ONLY (オブジェクトではなく)配列のみが、再帰 ... 能な子を持つと見なす 目次 RecursiveArrayIterator::getChildren — 現在のエントリが配列あるいはオブジェクトである ...
-
https://man.plustar.jp/php/class.recursivearrayiterator.html
- [similar]
- ウォッチャーのコールバック 5435
- « ウォッチャー Periodic ウォッチャーの操作モード » PHP Manual Ev ウォッチャーのコールバック ウォ
... Watcher の派生クラス。 EvCheck::__construct() や EvChild::__construct() など) に渡します。コールバックは、次 ... イベントの型にちなんだ名前になっています。たとえば EvChild (あるいは EvLoop::child() ) は EV::CHILD 、 EvPrep ... Loop , construct , クラス , EvWatcher , マスク , EvChild ...
-
https://man.plustar.jp/php/ev.watcher-callbacks.html
- [similar]
- tidyNode クラス 5397
- « tidy::root tidyNode::__construct » PHP Manual Tidy tidyNode クラス tidyNode クラス (PHP 5, PHP
... ly ? array $ attribute ; public readonly ? array $ child ; /* メソッド */ private __construct () public get ... Parent (): ? tidyNode public hasChildren (): bool public hasSiblings (): bool public isA ... ute 現在のノードの属性名 (キー) を表す文字列の配列 child 現在のノードの子を表す tidyNode の配列 目次 tidyNo ... rent — カレントノードの親ノードを返す tidyNode::hasChildren — ノードが子を持つかどうかを調べる tidyNode::ha ...
-
https://man.plustar.jp/php/class.tidynode.html
- [similar]
- オブジェクトの親クラスの名前を取得する 5346
- « get_object_vars interface_exists » PHP Manual クラス/オブジェクト関数 オブジェクトの親クラスの
... n __construct () { // ロジックを実装する } } class Child extends Dad { function __construct () { echo "I'm ... et_parent_class ( $this ) , "'s son\n" ; } } class Child2 extends Dad { function __construct () { echo "I'm ... " , get_parent_class ( 'child2' ) , "'s son too\n" ; } } $foo = new child (); $b ... ar = new child2 (); ?> 上の例の出力は以下となります。 I'm Dad's s ...
-
https://man.plustar.jp/php/function.get-parent-class.html
- [similar]
- CachingIterator クラス 5308
- « ArrayIterator::valid CachingIterator::__construct » PHP Manual イテレータ CachingIterator クラ
... const int CALL_TOSTRING = 1 ; const int CATCH_GET_CHILD = 16 ; const int TOSTRING_USE_KEY = 2 ; const int ... 要素を文字列に変換します CachingIterator::CATCH_GET_CHILD 子要素にアクセスする際、例外をスローしません Cachi ...
-
https://man.plustar.jp/php/class.cachingiterator.html
- [similar]