public function StreamWrapperInterface::stream_open
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.
Archivo
- drupal-7.x/
includes/ stream_wrappers.inc, line 99 - Drupal stream wrapper interface.
Class
- StreamWrapperInterface
- Generic PHP stream wrapper interface.
Código
public function stream_open($uri, $mode, $options, &$opened_url);