On Jan 24, 2008 4:42 PM, Bastien Koert <[EMAIL PROTECTED]> wrote:

> http://ca3.php.net/manual/en/function.copy.php
>
> make the manual your friend


rename() is much more efficient; since the original files will
have to be deleted as well, with a copy approach.
and i suspect rename() atomic as well.

-nathan

Reply via email to