WordPress\AiClientDependencies\Psr\Http\Message

StreamInterface::tellpublicWP 1.0

Returns the current position of the file read/write pointer

Method of the class: StreamInterface{}

No Hooks.

Returns

Int. Position of the file pointer

Usage

$StreamInterface = new StreamInterface();
$StreamInterface->tell(): int;

StreamInterface::tell() code WP 7.0.2

public function tell(): int;