public function PhpStreamWrapperInterface::stream_open in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php \Drupal\Core\StreamWrapper\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);