February 2013
Intermediate to advanced
538 pages
20h 55m
English
move_uploaded_file
bool move_uploaded_file(stringfrom, stringto)
Moves the file from to the new
location to. The function moves the file
only if from was uploaded by an HTTP POST.
If from does not exist or is not an
uploaded file, or if any other error occurs, false is returned; if not, if the operation
was successful, true is
returned.
Read now
Unlock full access