PHP » GoLang |
login |
register |
about
|
GoLang tidyNode::isText
request it (320)
GoLang replacement for PHP's tidyNode::isText
[edit | history]
tidyNode::isText(PHP 5, PHP 7) tidyNode::isText — Checks if a node represents text (no markup) Description
bool tidyNode::isText
( void
)
Tells if the node represents a text (without any markup). Return Values
Returns Examples
Example #1 Extract text from a mixed HTML document
<?php The above example will output: # text node #1 Hello World # text node #2 Outside HTML |
more
Recently updated
more
Most requested
more
Last requests
|