streamWrapper::stream_tell

(PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8)

streamWrapper::stream_tellRetrieve the current position of a stream

說(shuō)明

public streamWrapper::stream_tell(): int

This method is called in response to fseek() to determine the current position.

參數(shù)

此函數(shù)沒(méi)有參數(shù)。

返回值

Should return the current position of the stream.

參見(jiàn)

  • streamWrapper::stream_tell()