|
chownChanges file owner Description
bool chown
( string
$filename
, mixed $user
)
Attempts to change the owner of the file Parameters
Return Values
Returns Examples
Example #1 Simple chown usage
<?phpThe above example will output something similar to:
Array
(
[name] => root
[passwd] => x
[uid] => 0
[gid] => 0
[gecos] => root
[dir] => /root
[shell] => /bin/bash
)
Notes
See Also
|