function PhpStreamWrapperInterface::stream_open
Return value
bool
2 methods override PhpStreamWrapperInterface::stream_open()
- LocalStream::stream_open in core/
lib/ Drupal/ Core/ StreamWrapper/ LocalStream.php - Support for fopen(), file_get_contents(), file_put_contents() etc.
- ReadOnlyStream::stream_open in core/
lib/ Drupal/ Core/ StreamWrapper/ ReadOnlyStream.php - Support for fopen(), file_get_contents(), etc.
File
-
core/
lib/ Drupal/ Core/ StreamWrapper/ PhpStreamWrapperInterface.php, line 121
Class
- PhpStreamWrapperInterface
- Defines a generic PHP stream wrapper interface.
Namespace
Drupal\Core\StreamWrapperCode
public function stream_open($path, $mode, $options, &$opened_path);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.