PHP 8.5.0 Alpha 2 available for testing

Voting

: nine minus zero?
(Example: nine)

The Note You're Voting On

alishahnovin at hotmail dot com
17 years ago
You want to make sure you check the existence of the new name before renaming files, because otherwise you could risk losing files. Just do a simple check with ftp_size with the new name. If it's !=-1, you're going to want to throw some kind of error, otherwise you'll be losing a file...

<< Back to user notes page

To Top