PhpStreamWrapperInterface::stream_open

public PhpStreamWrapperInterface::stream_open($path, $mode, $options, &$opened_path)

Return value

bool

File

core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 121

Class

PhpStreamWrapperInterface
Defines a generic PHP stream wrapper interface.

Namespace

Drupal\Core\StreamWrapper

Code

public function stream_open($path, $mode, $options, &$opened_path);
doc_Drupal
2016-10-29 09:34:02
Comments
Leave a Comment

Please login to continue.