PHP Интерфейс Puli\Repository\StreamWrapper\StreamWrapper

См. также: http://php.net/manual/en/class.streamwrapper.php
С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
dir_closedir ( )
dir_opendir ( $url, $options )
dir_readdir ( )
dir_rewinddir ( )
mkdir ( $url, $mode, $options )
rename ( $urlFrom, $urlTo )
rmdir ( $url, $options )
stream_cast ( $castAs )
stream_close ( )
stream_eof ( )
stream_flush ( )
stream_lock ( $operation )
stream_open ( $url, $mode, $options, &$openedPath )
stream_read ( $length )
stream_seek ( $offset, $whence = SEEK_SET )
stream_set_option ( $option, $arg1, $arg2 )
stream_stat ( )
stream_tell ( )
stream_write ( $data )
unlink ( $url )
url_stat ( $url, $flags )

Описание методов

dir_closedir() публичный Метод

public dir_closedir ( )

dir_opendir() публичный Метод

public dir_opendir ( $url, $options )

dir_readdir() публичный Метод

public dir_readdir ( )

dir_rewinddir() публичный Метод

public dir_rewinddir ( )

mkdir() публичный Метод

public mkdir ( $url, $mode, $options )

rename() публичный Метод

public rename ( $urlFrom, $urlTo )

rmdir() публичный Метод

public rmdir ( $url, $options )

stream_cast() публичный Метод

public stream_cast ( $castAs )

stream_close() публичный Метод

public stream_close ( )

stream_eof() публичный Метод

public stream_eof ( )

stream_flush() публичный Метод

public stream_flush ( )

stream_lock() публичный Метод

public stream_lock ( $operation )

stream_open() публичный Метод

public stream_open ( $url, $mode, $options, &$openedPath )

stream_read() публичный Метод

public stream_read ( $length )

stream_seek() публичный Метод

public stream_seek ( $offset, $whence = SEEK_SET )

stream_set_option() публичный Метод

public stream_set_option ( $option, $arg1, $arg2 )

stream_stat() публичный Метод

public stream_stat ( )

stream_tell() публичный Метод

public stream_tell ( )

stream_write() публичный Метод

public stream_write ( $data )

url_stat() публичный Метод

public url_stat ( $url, $flags )