getmyinode> <getlastmod
Last updated: Fri, 03 Feb 2012

getmygid

(PHP 4 >= 4.1.0, PHP 5)

getmygidObtém o GID do dono do script PHP

Descrição

int getmygid ( void )

Obtém o ID do grupo do atual script.

Valor Retornado

Retorna o ID do grupo do atual script, ou FALSE em erro.

Veja Também



User Contributed Notes
getmygid
07-May-2006 07:04
To clarify, the getmygid() function gets the gid of the PHP script, that is the gid of the file.

To get the effective gid of the running PHP engine, use the posix_getegid() function.

getmyinode> <getlastmod
Last updated: Fri, 03 Feb 2012