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