PHP 클래스 Horde_Vfs_Null, horde

Copyright 2014-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
부터: 2.1.3
저자: Michael Slusarz ([email protected])
상속: extends Horde_Vfs_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
changePermissions ( $path, $name, $permission )
createFolder ( $path, $name )
deleteFile ( $path, $name )
deleteFolder ( $path, $name, $recursive = false )
read ( $path, $name )
readByteRange ( $path, $name, &$offset, $length, &$remaining )
readFile ( $path, $name )
rename ( $oldpath, $oldname, $newpath, $newname )
size ( $path, $name )
write ( $path, $name, $tmpFile, $autocreate = false )
writeData ( $path, $name, $data, $autocreate = false )

보호된 메소드들

메소드 설명
_listFolder ( $path, $filter = null, $dotfiles = true, $dironly = false )

메소드 상세

_listFolder() 보호된 메소드

protected _listFolder ( $path, $filter = null, $dotfiles = true, $dironly = false )

changePermissions() 공개 메소드

public changePermissions ( $path, $name, $permission )

createFolder() 공개 메소드

public createFolder ( $path, $name )

deleteFile() 공개 메소드

public deleteFile ( $path, $name )

deleteFolder() 공개 메소드

public deleteFolder ( $path, $name, $recursive = false )

read() 공개 메소드

public read ( $path, $name )

readByteRange() 공개 메소드

public readByteRange ( $path, $name, &$offset, $length, &$remaining )

readFile() 공개 메소드

public readFile ( $path, $name )

rename() 공개 메소드

public rename ( $oldpath, $oldname, $newpath, $newname )

size() 공개 메소드

public size ( $path, $name )

write() 공개 메소드

public write ( $path, $name, $tmpFile, $autocreate = false )

writeData() 공개 메소드

public writeData ( $path, $name, $data, $autocreate = false )