True/False
One way to move a file in PHP is to copy with file with the copy() function, and then delete the original file with the unlink() function.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: The _ argument of the fwrite() function
Q13: Two arguments, source and destination, are used
Q14: To iterate through the entries in a
Q15: The <B>fileperms()</B> function allows the user to
Q16: The<B> scandir()</B> function returns an indexed array
Q18: What function returns a line, strips any
Q19: Instead of reading a large text file
Q20: The currently selected record in a directory
Q21: Both the <B>echo() </B>and <B>print() </B>statements send
Q22: In PHP, files are uploaded through _.