コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function tell()
 {
     if (!$this->initialized) {
         return 0;
     }
     return $this->stream !== null ? $this->stream->tell() : false;
 }
コード例 #2
0
ファイル: Limit.php プロジェクト: onedaylabs/onedaylabs.com
 /**
  * {@inheritdoc}
  */
 public function tell()
 {
     return $this->stream->tell() - $this->offset;
 }