php - 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

Returns TRUE on success or FALSE on failure.

No comments:

Post a Comment