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