posix_getgrnam

(PHP 4, PHP 5, PHP 7, PHP 8)

posix_getgrnamRestituisce le informazioni di un gruppo dato il nome

Descrizione

posix_getgrnam(string $name): array

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

add a note add a note

User Contributed Notes 1 note

up
0
marques at displague dot com
14 years ago
This function returns 'false' if the group is not found.
To Top