PHP Класс rex_stream, redaxo

Example: '); ?>
См. также: http://www.php.net/manual/en/class.streamwrapper.php
Автор: gharlan
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
factory ( string $path, string $content ) : string Prepares a new stream.
stream_eof ( )
stream_flush ( )
stream_open ( $path, $mode, $options, &$opened_path )
stream_read ( $count )
stream_seek ( $offset, $whence = SEEK_SET )
stream_stat ( )
stream_tell ( )
url_stat ( )

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

factory() публичный статический Метод

Prepares a new stream.
public static factory ( string $path, string $content ) : string
$path string Virtual path which should describe the content (e.g. "template/1"), only relevant for error messages
$content string Content which will be included
Результат string Full path with protocol (e.g. "rex:///template/1")

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

См. также: http://www.php.net/manual/en/streamwrapper.stream-eof.php
public stream_eof ( )

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

См. также: http://www.php.net/manual/en/streamwrapper.stream-flush.php
public stream_flush ( )

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

См. также: http://www.php.net/manual/en/streamwrapper.stream-open.php
public stream_open ( $path, $mode, $options, &$opened_path )

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

См. также: http://www.php.net/manual/en/streamwrapper.stream-read.php
public stream_read ( $count )

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

См. также: http://www.php.net/manual/en/streamwrapper.stream-seek.php
public stream_seek ( $offset, $whence = SEEK_SET )

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

См. также: http://www.php.net/manual/en/streamwrapper.stream-stat.php
public stream_stat ( )

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

См. также: http://www.php.net/manual/en/streamwrapper.stream-tell.php
public stream_tell ( )

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

См. также: http://www.php.net/manual/en/streamwrapper.url-stat.php
public url_stat ( )