예제 #1
0
 protected function __construct()
 {
     parent::__construct("/<meta[^>]*name=[\"|\\']description[\"|\\'][^>]*content=[\"]([^\"]*)[\"][^>]*>/i");
 }
예제 #2
0
파일: H1.php 프로젝트: nejtr0n/parser
 protected function __construct()
 {
     parent::__construct("/<body>.*<h1>(.+)<\\/h1>.*<\\/body>/siU");
 }
예제 #3
0
파일: Title.php 프로젝트: nejtr0n/parser
 protected function __construct()
 {
     parent::__construct("/<title>(.+)<\\/title>/siU");
 }