Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PumpStream.php
function PumpStream::eof
Overrides
StreamInterface::eof
1 call to
PumpStream::eof()
PumpStream::getContents
in vendor/
guzzlehttp/
psr7/
src/
PumpStream.php
Returns the remaining contents in a string
File
vendor/
guzzlehttp/
psr7/
src/
PumpStream.php
, line 91
Class
PumpStream
Provides a read only stream that pumps data from a PHP callable.
Namespace
GuzzleHttp\Psr7
Code
public
function
eof
() : bool {
return
$this
->
source
===
null
; }
RSS feed