lchown

lchown

(PHP 5 >= 5.1.2, PHP 7)

lchownChanges 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

登录查看完整内容