PHP chgrp May 11, 2012 Pramod T P It can be used to change file group Example <?php $file = ‘test.txt’; chgrp($file,”php”); ?>