PhpStreamWrapperInterface::stream_cast

public PhpStreamWrapperInterface::stream_cast($cast_as) Retrieve the underlying stream resource. This method is called in response to stream_select(). Parameters int $cast_as: Can be STREAM_CAST_FOR_SELECT when stream_select() is calling stream_cast() or STREAM_CAST_AS_STREAM when stream_cast() is called for other uses. Return value resource|false The underlying stream resource or FALSE if stream_select() is not supported. See also stream_select() http://php.net/manual/streamwrapper.stream-c

PhpStreamWrapperInterface::rmdir

public PhpStreamWrapperInterface::rmdir($path, $options) Return value bool File core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 45 Class PhpStreamWrapperInterface Defines a generic PHP stream wrapper interface. Namespace Drupal\Core\StreamWrapper Code public function rmdir($path, $options);

PhpStreamWrapperInterface::rename

public PhpStreamWrapperInterface::rename($path_from, $path_to) Return value bool File core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 40 Class PhpStreamWrapperInterface Defines a generic PHP stream wrapper interface. Namespace Drupal\Core\StreamWrapper Code public function rename($path_from, $path_to);

PhpStreamWrapperInterface::mkdir

public PhpStreamWrapperInterface::mkdir($path, $mode, $options) Return value bool File core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 35 Class PhpStreamWrapperInterface Defines a generic PHP stream wrapper interface. Namespace Drupal\Core\StreamWrapper Code public function mkdir($path, $mode, $options);

PhpStreamWrapperInterface::dir_rewinddir

public PhpStreamWrapperInterface::dir_rewinddir() Return value bool File core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 30 Class PhpStreamWrapperInterface Defines a generic PHP stream wrapper interface. Namespace Drupal\Core\StreamWrapper Code public function dir_rewinddir();

PhpStreamWrapperInterface::dir_readdir

public PhpStreamWrapperInterface::dir_readdir() Return value string File core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 25 Class PhpStreamWrapperInterface Defines a generic PHP stream wrapper interface. Namespace Drupal\Core\StreamWrapper Code public function dir_readdir();

PhpStreamWrapperInterface::dir_opendir

public PhpStreamWrapperInterface::dir_opendir($path, $options) Return value bool File core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 20 Class PhpStreamWrapperInterface Defines a generic PHP stream wrapper interface. Namespace Drupal\Core\StreamWrapper Code public function dir_opendir($path, $options);

PhpStreamWrapperInterface::dir_closedir

public PhpStreamWrapperInterface::dir_closedir() Return value bool File core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 15 Class PhpStreamWrapperInterface Defines a generic PHP stream wrapper interface. Namespace Drupal\Core\StreamWrapper Code public function dir_closedir();

PhpStreamWrapperInterface

Defines a generic PHP stream wrapper interface. Hierarchy interface \Drupal\Core\StreamWrapper\PhpStreamWrapperInterface See also http://php.net/manual/class.streamwrapper.php File core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 10 Namespace Drupal\Core\StreamWrapper Members Name Modifiers Type Description PhpStreamWrapperInterface::dir_closedir public function PhpStreamWrapperInterface::dir_opendir public function PhpStreamWrapperInterf

PhpStorageInterface::writeable

public PhpStorageInterface::writeable() Whether this is a writeable storage. Return value bool File core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php, line 59 Class PhpStorageInterface Stores and loads PHP code. Namespace Drupal\Component\PhpStorage Code public function writeable();