While reading php.net I found
" bool copy ( string $source , string $dest [, resource $context ] )
Makes a copy of the file source to dest .
If you wish to move a file, use the rename() function. "
..... what? rename can move a file...?
" bool copy ( string $source , string $dest [, resource $context ] )
Makes a copy of the file source to dest .
If you wish to move a file, use the rename() function. "
..... what? rename can move a file...?
Comment