read_tag() protected method

read tag info
protected read_tag ( )
コード例 #1
0
 protected function read_tag()
 {
     if ($this->char !== '<') {
         $this->root->_[HDOM_INFO_END] = $this->cursor;
         return false;
     }
     // read internal smarty
     return parent::read_tag();
 }