コード例 #1
0
ファイル: TempString.php プロジェクト: x59/horde-stream
 /**
  */
 public function __construct(array $opts = array())
 {
     parent::__construct($opts);
     $temp = '';
     $this->_string = new Horde_Stream_String(array('string' => $temp));
 }