コード例 #1
0
ファイル: NativeStream.php プロジェクト: evanjt/core
 public function stream_tell()
 {
     return $this->state->lseek($this->handle, 0, SEEK_CUR);
 }