コード例 #1
0
ファイル: PuzzleStream.php プロジェクト: tubepress/tubepress
 /**
  * {@inheritdoc}
  */
 public function read($length)
 {
     return $this->_delegate->read($length);
 }