PHP » GoLang |
login |
register |
about
|
GoLang tidyNode::isAsp
request it (597)
GoLang replacement for PHP's tidyNode::isAsp
[edit | history]
tidyNode::isAsp(PHP 5, PHP 7) tidyNode::isAsp — Checks if this node is ASP Description
bool tidyNode::isAsp
( void
)
Tells whether the current node is ASP. Return Values
Returns Examples
Example #1 Extract ASP code from a mixed HTML document
<?phpThe above example will output:
# asp node #1
<%
/* ASP code */
response.write("Hello World!")
%>
|
more
Most requested
|