Phastlight\Module\FileSystem\Main::read PHP Method

read() public method

public read ( $fd, $callback )
    public function read($fd, $callback)
    {
        uv_fs_read($this->getEventLoop(), $fd, $callback);
    }