update : 2015.11.03
php.shukuma.com검색:
|
tidyNode::hasSiblings(PHP 5 >= 5.0.1) tidyNode::hasSiblings — Checks if a node has siblings 설명
bool tidyNode::hasSiblings
( void
)
Tells if the node has siblings. 반환값
Returns 예제
Example #1 tidyNode::hasSiblings() example
<?php 위 예제의 출력: bool(false) bool(true) 주의
|