Forum und email

chown

(PHP 4, PHP 5)

chown — Changes file owner

Description

bool chown ( string $filename , mixed $user )

Attempts to change the owner of the file filename to user user . Only the superuser may change the owner of a file.

Parameters

filename

Path to the file.

user

A user name or number.

Return Values

מחזירה TRUE בעת הצלחה או FALSE בעת כישלון.

Notes

Note: פונקציה זאת לא תעבוד על קבצים מרוחקים משום שהקובץ שדרוש להיבחן חייב להיות נגיש דרך מערכת הקבצים של השרתים.

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

ראה גם