W3cubDocs

/Drupal 8

interface PhpStreamWrapperInterface

Defines a generic PHP stream wrapper interface.

Hierarchy

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
PhpStreamWrapperInterface::dir_readdir public function
PhpStreamWrapperInterface::dir_rewinddir public function
PhpStreamWrapperInterface::mkdir public function
PhpStreamWrapperInterface::rename public function
PhpStreamWrapperInterface::rmdir public function
PhpStreamWrapperInterface::stream_cast public function Retrieve the underlying stream resource.
PhpStreamWrapperInterface::stream_close public function Closes stream.
PhpStreamWrapperInterface::stream_eof public function
PhpStreamWrapperInterface::stream_flush public function
PhpStreamWrapperInterface::stream_lock public function
PhpStreamWrapperInterface::stream_metadata public function Sets metadata on the stream.
PhpStreamWrapperInterface::stream_open public function
PhpStreamWrapperInterface::stream_read public function
PhpStreamWrapperInterface::stream_seek public function Seeks to specific location in a stream.
PhpStreamWrapperInterface::stream_set_option public function Change stream options.
PhpStreamWrapperInterface::stream_stat public function
PhpStreamWrapperInterface::stream_tell public function
PhpStreamWrapperInterface::stream_truncate public function Truncate stream.
PhpStreamWrapperInterface::stream_write public function
PhpStreamWrapperInterface::unlink public function
PhpStreamWrapperInterface::url_stat public function

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!StreamWrapper!PhpStreamWrapperInterface.php/interface/PhpStreamWrapperInterface/8.1.x