posix_getgroups

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

posix_getgroups Restituisce i gruppi per il processo corrente

Descrizione

posix_getgroups(): array

La funzione restituisce una matrcie di interi contenente gli ID dei gruppi per il processo corrente. Vedere anche posix_getgrgid() per informazioni su come convertire questo numero nel nome del gruppo.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top