move_uploaded_file

move_uploaded_file -- Moves an uploaded file to a new location

Description

bool move_uploaded_file ( string filename, string destination)

Huomaa : Kun safe mode on käytössä , PHP tarkistaa onko käsiteltävien tiedostojen / hakemistojen UID sama kuin ajettavalla skriptillä .

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

Varoitus