public function StreamWrapperInterface::stream_open in D7 Media 6
2 methods override StreamWrapperInterface::stream_open()
- ResourceReadOnlyStreamWrapper::stream_open in resource/
ResourceReadOnlyStreamWrapper.inc - Support for fopen(), file_get_contents(), file_put_contents() etc.
- ResourceStreamWrapper::stream_open in resource/
ResourceStreamWrapper.inc - Support for fopen(), file_get_contents(), file_put_contents() etc.
File
- resource/
ResourceStreamWrapper.inc, line 8
Class
- StreamWrapperInterface
- Generic PHP stream wrapper interface. @see: http://php.net/manual/en/function.stream-wrapper-register.php
Code
public function stream_open($url, $mode, $options, &$opened_url);