update : 2015.11.03
php.shukuma.com검색:
|
tidyNode::isComment(PHP 5 >= 5.0.1) tidyNode::isComment — Checks if a node represents a comment 설명
bool tidyNode::isComment
( void
)
Tells if the node is a comment. 반환값
Returns 예제
Example #1 Extract comments from a mixed HTML document
<?php 위 예제의 출력: # jste node #1 <# /* JSTE code */ alert('Hello World'); #> 주의
|