|
update : 2015.11.03
php.shukuma.com검색:
|
tidyNode::isAsp(PHP 5 >= 5.0.1) tidyNode::isAsp — Checks if this node is ASP 설명
bool tidyNode::isAsp
( void
)
Tells whether the current node is ASP. 반환값
Returns 예제
Example #1 Extract ASP code from a mixed HTML document
<?php위 예제의 출력:
# asp node #1
<%
/* ASP code */
response.write("Hello World!")
%>
주의
|