PHP 인터페이스 Puli\Repository\StreamWrapper\StreamWrapper

또한 보기: http://php.net/manual/en/class.streamwrapper.php
부터: 1.0
저자: Bernhard Schussek ([email protected])
파일 보기 프로젝트 열기: puli/repository

공개 메소드들

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