Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
LazyOpenStream.php
LazyOpenStream::$stream
Type:
StreamInterface
File
vendor/
guzzlehttp/
psr7/
src/
LazyOpenStream.php
, line 26
Class
LazyOpenStream
Lazily reads or writes to a file that is opened only after an IO operation take place on the stream.
Namespace
GuzzleHttp\Psr7
Code
private $stream;
RSS feed