Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DInflateStream.php29 $resource = StreamWrapper::getResource($stream);
DStreamWrapper.php14 final class StreamWrapper class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DInflateStream.php31 $resource = StreamWrapper::getResource($stream);
DStreamWrapper.php12 class StreamWrapper class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
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);
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md304 ## PHP StreamWrapper
306 You can use the `GuzzleHttp\Psr7\StreamWrapper` class if you need to use a
309 Use the `GuzzleHttp\Psr7\StreamWrapper::getResource()` method to create a PHP
313 use GuzzleHttp\Psr7\StreamWrapper;
316 $resource = StreamWrapper::getResource($stream);