public function StreamWrapperInterface::stream_open

7.x stream_wrappers.inc public StreamWrapperInterface::stream_open($uri, $mode, $options, &$opened_url)
1 method overrides StreamWrapperInterface::stream_open()
DrupalLocalStreamWrapper::stream_open in drupal-7.x/includes/stream_wrappers.inc
Support for fopen(), file_get_contents(), file_put_contents() etc.

File

drupal-7.x/includes/stream_wrappers.inc, line 99
Drupal stream wrapper interface.

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function stream_open($uri, $mode, $options, &$opened_url);