move_uploaded_file

move_uploaded_file -- Moves an uploaded file to a new location

Description

bool move_uploaded_file ( string filename, string destination)

Poznámka : When safe mode is enabled , PHP checks whether the file( s ) / directories you are about to operate on have the same UID as the script that is being executed .

Poznámka: move_uploaded_file() is not affected by the normal safe mode UID-restrictions.

Varovanie