JBuffer::stream_open
Function to open file or url
Signature
public function stream_open(string
$path,
string&
$mode,
integer&
$options,
&
$opened_path )
Parameters
-
$path
- The URL that was passed
-
$mode
- Mode used to open the file @see fopen
-
$options
- Flags used by the API, may be STREAM_USE_PATH and
-
$opened_path
Returns
- boolean