Phpchgrp () function. Phpchgrp () function chgrp (in PHP4, in PHP5) chgrp-change the file group description Boolean chgrp (string $ file name, mixed $ group) attempts to change the group's file filename group. Only the php chgrp () function chgrp
(PHP 4 and PHP 5)
Chgrp-change the file Group
Description
Boolean chgrp (string $ file name, mixed $ group)
Filename Group of the archive that attempts to change the group.
Only the Supervisor can change any file in the group. other users may change the file to any group where the user is a member.
Parameters
File name
File path.
Group
Group A name or number.
Return value
Returns TRUE or FALSE.
Instance
For example, #1 change the file Group
Http://www.bkjia.com/PHPjc/445493.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/445493.htmlTechArticlephp chgrp () function chgrp (PHP 4, PHP 5) chgrp-change filegroup description Boolean chgrp (string $ file name, mixed $ group) attempts to change the group's filename group. Only...