Forum und email

lchown

(PHP 5 >= 5.1.2)

lchown — Changes user ownership of symlink

Description

bool lchown ( string $filename , mixed $user )

Attempts to change the owner of the symlink filename to user user .

Only the superuser may change the owner of a symlink.

Parameters

filename

Path to the file.

user

User name or number.

Return Values

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

Notes

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

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