chown(string|array|Traversable $files, string $user, bool $recursive = false)
Change the owner of an array of files or directories.
chown(string|array|Traversable $files, string $user, bool $recursive = false)
Change the owner of an array of files or directories.
string|array|Traversable | $files | A filename, an array of files, or a \Traversable instance to change owner |
string | $user | The new owner user name |
bool | $recursive | Whether change the owner recursively or not |
IOException | When the change fail |
Designed by : w10schools
service@w10schools.com
Please login to continue.