PHP streamWrapper stream_tell() Method
The PHP streamWrapper::stream_tell() method retrieves the current position of a stream. This method is called in response to fseek() function to determine the current position of the stream.
Syntax
public streamWrapper::stream_tell()
Parameters
No parameter is required.
Return Value
Returns the current position of the stream.
❮ PHP Streams Reference