Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Lin Zhemin | > | HTMLparser | > | test-class.htmlparser.php | > | Download | ||
|
Download |
<? // for test class.htmlparser include_once('class.htmlparser.php'); $fp = fopen('php://stdin', 'r') or die('stdin'); $s = fread($fp, 1048576); $h = new HTMLin($s); echo $h->show(); fclose($fp); ?> |