PHP Class Phastlight\Module\FileSystem\Main

Inheritance: extends Phastlight\Module
Show file Open project: phastlight/phastlight

Public Methods

Method Description
__construct ( )
close ( $fd, $callback )
lstat ( $path, $callback )
open ( $file_path, $flag, $callback )
read ( $fd, $callback )
readDir ( $path, $callback )
rename ( $old_path, $new_path, $callback )
unlink ( $path, $callback )
write ( $fd, $buffer, $position, $callback )

Method Details

__construct() public method

public __construct ( )

close() public method

public close ( $fd, $callback )

lstat() public method

public lstat ( $path, $callback )

open() public method

public open ( $file_path, $flag, $callback )

read() public method

public read ( $fd, $callback )

readDir() public method

public readDir ( $path, $callback )

rename() public method

public rename ( $old_path, $new_path, $callback )

write() public method

public write ( $fd, $buffer, $position, $callback )