public ReadOnlyStream::stream_open($uri, $mode, $options, &$opened_path)
Support for fopen(), file_get_contents(), etc.
Any write modes will be rejected, as this is a read-only stream wrapper.
Parameters
string $uri: A string containing the URI to the file to open.
int $mode: The file mode, only strict readonly modes are supported.
int $options: A bit mask of STREAM_USE_PATH and STREAM_REPORT_ERRORS.
string $opened_path: A string containing the path actually opened.
Return value
bool TRUE