getResource() getResource(\Psr\Http\Message\StreamInterface $stream) : resource Returns a resource representing the stream. Parameters \Psr\Http\Message\StreamInterface $stream The stream to get a resource for Throws \InvalidArgumentException if stream is not readable or writable Returns resource —
createStreamContext() createStreamContext(\Psr\Http\Message\StreamInterface $stream) : resource Creates a stream context that can be used to open a stream as a php stream resource. Parameters \Psr\Http\Message\StreamInterface $stream Returns resource —
stream_open() stream_open(mixed $path, mixed $mode, mixed $options, mixed $opened_path) : mixed Parameters mixed $path mixed $mode mixed $options mixed $opened_path Returns mixed —
stream_seek() stream_seek(mixed $offset, mixed $whence) : mixed Parameters mixed $offset mixed $whence Returns mixed —
url_stat() url_stat(mixed $path, mixed $flags) : mixed Parameters mixed $path mixed $flags Returns mixed —