You are here

constant Stream::READABLE_MODES in Auth0 Single Sign On 8.2

Resource modes.

See also

http://php.net/manual/function.fopen.php

http://php.net/manual/en/function.gzopen.php

File

vendor/guzzlehttp/psr7/src/Stream.php, line 21

Class

Stream
PHP stream implementation.

Namespace

GuzzleHttp\Psr7

Code

const READABLE_MODES = '/r|a\\+|ab\\+|w\\+|wb\\+|x\\+|xb\\+|c\\+|cb\\+/';