コード例 #1
0
ファイル: streams.php プロジェクト: Steadroy/YOURLS
 function __construct($str = '')
 {
     parent::__construct();
     $this->_str = $str;
     $this->_pos = 0;
 }