Gets file group in PHP
Description
The following code shows how to gets file group.
Example
/*www . j a va 2s . c o m*/
<?php
$filename = 'a.php';
print_r(posix_getgrgid(filegroup($filename)));
?>
The following code shows how to gets file group.
/*www . j a va 2s . c o m*/
<?php
$filename = 'a.php';
print_r(posix_getgrgid(filegroup($filename)));
?>