move_uploaded_file

move_uploaded_file -- Moves an uploaded file to a new location

Description

bool move_uploaded_file ( string filename, string destination)

הערה : כאשר מצב safe-mode פעיל , PHP תבדוק האם הקבצים\ספריות שאתה מתכוון לבצע עליהם פעולות , הם בעלי הרשאת משתמש ( UID ) הזהה לזו של התוכנית המורצת .

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

אזהרה