コード例 #1
0
ファイル: BufferedStream.php プロジェクト: seytar/psx
 public function __toString()
 {
     $this->fill();
     return parent::__toString();
 }