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

close() public method

public close ( $fd, $callback )
    public function close($fd, $callback)
    {
        uv_fs_close($this->getEventLoop(), $fd, $callback);
    }