Beispiel #1
0
 function POMO_StringReader($str = '')
 {
     parent::POMO_Reader();
     $this->_str = $str;
     $this->_pos = 0;
 }
 /**
  * PHP5 constructor.
  */
 function __construct($str = '')
 {
     parent::POMO_Reader();
     $this->_str = $str;
     $this->_pos = 0;
 }