WordPress\AiClientDependencies\Psr\Http\Message
StreamInterface::tell
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() StreamInterface::tell code WP 7.0.2
public function tell(): int;