public function StreamInterface::close in Auth0 Single Sign On 8.2
Closes the stream and any underlying resources.
Return value
void
5 methods override StreamInterface::close()
- AppendStream::close in vendor/
guzzlehttp/ psr7/ src/ AppendStream.php - Closes each attached stream.
- BufferStream::close in vendor/
guzzlehttp/ psr7/ src/ BufferStream.php - Closes the stream and any underlying resources.
- FnStream::close in vendor/
guzzlehttp/ psr7/ src/ FnStream.php - Closes the stream and any underlying resources.
- PumpStream::close in vendor/
guzzlehttp/ psr7/ src/ PumpStream.php - Closes the stream and any underlying resources.
- Stream::close in vendor/
guzzlehttp/ psr7/ src/ Stream.php - Closes the stream and any underlying resources.
File
- vendor/
psr/ http-message/ src/ StreamInterface.php, line 35
Class
- StreamInterface
- Describes a data stream.
Namespace
Psr\Http\MessageCode
public function close();