public function StreamWrapper::stream_read in Auth0 Single Sign On 8.2
File
- vendor/
guzzlehttp/ psr7/ src/ StreamWrapper.php, line 82
Class
- StreamWrapper
- Converts Guzzle streams into PHP stream resources.
Namespace
GuzzleHttp\Psr7Code
public function stream_read($count) {
return $this->stream
->read($count);
}