Home
last modified time | relevance | path

Searched refs:StreamWrapper (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DInflateStream.php31 $resource = StreamWrapper::getResource($stream);
H A DStreamWrapper.php12 class StreamWrapper class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md289 ## PHP StreamWrapper
291 You can use the `GuzzleHttp\Psr7\StreamWrapper` class if you need to use a
294 Use the `GuzzleHttp\Psr7\StreamWrapper::getResource()` method to create a PHP
298 use GuzzleHttp\Psr7\StreamWrapper;
301 $resource = StreamWrapper::getResource($stream);