TOK_RE
TOK_RE
Full regex token.
NimrodParser class.
Minimal working code example:
require 'class.nimrod.parser.php'; $doc = new NimrodParser; echo $doc->loadFile("page.html")->parse();
loadFile(string $file) : \NimrodParser
Load file to the DOM.
string | $file | Input file. |
loadString(string $html) : \NimrodParser
Load string to the DOM.
string | $html | Input HTML. |