PHP 7.0.6 Released

User Contributed Notes

andrew at pause dot ca
1 year ago
If you've already got a filepath of the form "ssh2.sftp://$sftp/path/to/file" you can just use unlink() on that path
To Top