Home >> PHP >> chgrp() function in PHP

chgrp() function in PHP

The chgrp() function changes file group of a file arbitrarily.

Returns true on success or false on failure.

Syntax

chgrp(file,group)

Example

chgrp("people.txt",8);

Post Your Comment

Next Questions
chmod() function
chown() function
clearstatcache() function
copy() function
delete() function
dirname() function
disk_free_space() function
disk_total_space() function
diskfreespace() function
feof() function
fflush() function
fgetc() function
fgetss() function
file_put_contents() function
fileatime() function
filectime() function
filemtime() function
fileowner() function
fileperms() function
filesize() function
filetype() function
flock() function
fputs() function
fscanf() function
fstat() function

Copyright ©2022 coderraj.com. All Rights Reserved.