PHP 클래스 rex_stream, redaxo

Example: '); ?>
또한 보기: http://www.php.net/manual/en/class.streamwrapper.php
저자: gharlan
파일 보기 프로젝트 열기: redaxo/redaxo 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )