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

Returnerar TRUE vid framgång eller FALSE vid fel.

Notes

Note: This function will not work on remote files as the file to be examined must be accessible via the servers filesystem.

Note: När så kallat safe mode är påslaget, kontrollerar PHP om filen/filerna/katalogen du försöker använda har samma UID (ägare) som scriptet som exekveras.