You are here

public function StreamInterface::tell in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/psr/http-message/src/StreamInterface.php \Psr\Http\Message\StreamInterface::tell()

Returns the current position of the file read/write pointer

Return value

int Position of the file pointer

Throws

\RuntimeException on error.

8 methods override StreamInterface::tell()
AppendStream::tell in vendor/guzzlehttp/psr7/src/AppendStream.php
Returns the current position of the file read/write pointer
BufferStream::tell in vendor/guzzlehttp/psr7/src/BufferStream.php
Returns the current position of the file read/write pointer
FnStream::tell in vendor/guzzlehttp/psr7/src/FnStream.php
Returns the current position of the file read/write pointer
PumpStream::tell in vendor/guzzlehttp/psr7/src/PumpStream.php
Returns the current position of the file read/write pointer
RelativeStream::tell in vendor/zendframework/zend-diactoros/src/RelativeStream.php
Returns the current position of the file read/write pointer

... See full list

File

vendor/psr/http-message/src/StreamInterface.php, line 59

Class

StreamInterface
Describes a data stream.

Namespace

Psr\Http\Message

Code

public function tell();