コード例 #1
0
ファイル: streams.php プロジェクト: vpatrinica/jfdesign
 function POMO_StringReader($str = '')
 {
     parent::POMO_Reader();
     $this->_str = $str;
     $this->_pos = 0;
 }
コード例 #2
0
 /**
  * PHP5 constructor.
  */
 function __construct($str = '')
 {
     parent::POMO_Reader();
     $this->_str = $str;
     $this->_pos = 0;
 }