Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
FnStream.php
function FnStream::tell
Overrides
StreamInterface::tell
File
vendor/
guzzlehttp/
psr7/
src/
FnStream.php
, line 123
Class
FnStream
Compose stream implementations based on a hash of functions.
Namespace
GuzzleHttp\Psr7
Code
public
function
tell
() : int {
return
(
$this
->
_fn_tell
)
(); }
RSS feed