Complete PHP Filesystem Reference
The chown() function changes the owner of the specified file.
Returns TRUE on success and FALSE on failure.
| Parameter | Description |
|---|---|
| file | Required. Specifies the file to check |
| owner | Required. Specifies the new owner. Can be a user name or a user ID. |
Complete PHP Filesystem Reference
Your message has been sent to W3Schools.