<?php unlink(string $filename, ?resource $context = null): bool
<?php return $this->warn('Unable to download RoadRunner binary. The HTTP request exception has been logged.'); } unlink("$roadRunnerBinary.backup"); } } }
<?php public function delete(): bool { if (is_writable($this->path)) { return unlink($this->path); } return false;