streamWrapper
PHP Manual

streamWrapper::stream_tell

(PHP 4 >= 4.3.2, PHP 5)

streamWrapper::stream_tellストリームの現在位置を取得する

説明

public int streamWrapper::stream_tell ( void )

このメソッドは、fseek() に対応してコールされ、現在の位置を決定します。

パラメータ

この関数にはパラメータはありません。

返り値

ストリームの現在位置を返します。

参考


streamWrapper
PHP Manual