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