function StreamWrapperInterface::stream_open

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

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.