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

    public function unlink($path, $callback)
    {
        uv_fs_unlink($this->getEventLoop(), $path, $callback);
    }