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