コード例 #1
0
ファイル: TempString.php プロジェクト: x59/horde-stream
 /**
  */
 public function pos()
 {
     return $this->_string ? $this->_string->pos() : parent::pos();
 }