posix_getgrgid
PHP 4, PHP 5, PHP 7, PHP 8
posix_getgrgid - Return info about a group by group id
Code Examples
Example #1 Example use of posix_getgrgid
Result: Array
(
[name] => toons
[passwd] => x
[members] => Array
(
[0] => tom
[1] => jerry
)
[gid] => 42
)