streamWrapper::stream_tell

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

streamWrapper::stream_tellRetrieve the current position of a stream

說明

public streamWrapper::stream_tell(): int

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

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

Should return the current position of the stream.

參見

  • streamWrapper::stream_tell()