Easy Tutorial
❮ Func String Levenshtein Func String Strripos ❯

PHP chgrp() Function



Definition and Usage

The chgrp() function changes the group of the specified file.

It returns TRUE on success and FALSE on failure.

Syntax

Parameter Description
file Required. Specifies the file to check.
group Optional. Specifies the new group. Can be a group name or group ID.

Example


❮ Func String Levenshtein Func String Strripos ❯