|
chownChanges file owner Description
bool chown(string
$filename , stringint $user )
Attempts to change the owner of the file Parameters
Return Values
Returns Examples
Example #1 Simple chown usage
The 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
|