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