public function PhpStreamWrapperInterface::stream_open

1 method overrides PhpStreamWrapperInterface::stream_open()
LocalStream::stream_open in drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Support for fopen(), file_get_contents(), file_put_contents() etc.

File

drupal/core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 16
Definition of Drupal\Core\StreamWrapper\PhpStreamWrapperInterface.

Class

PhpStreamWrapperInterface
Defines a generic PHP stream wrapper interface.

Namespace

Drupal\Core\StreamWrapper

Code

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