stream_open() public method
Opens file.
This method is called immediately after the wrapper is initialized (f.e. by fopen()
and file_get_contents()
).
See also \yii\mongodb\file\fopen().
public boolean stream_open ( $path, $mode, $options, &$openedPath ) | ||
---|---|---|
$path | string |
Specifies the URL that was passed to the original function. |
$mode | string |
Mode used to open the file, as detailed for |
$options | integer |
Additional flags set by the streams API. |
$openedPath | string |
Real opened path. |
return | boolean |
Whether operation is successful. |
Please login to continue.