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 fopen(). $options integer
Additional flags set by the streams API. $openedPath string
Real opened p