public function StreamWrapperInterface::stream_open in Drupal 7
1 method overrides StreamWrapperInterface::stream_open()
- DrupalLocalStreamWrapper::stream_open in includes/
stream_wrappers.inc - Support for fopen(), file_get_contents(), file_put_contents() etc.
File
- 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);