Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
getmygid - Get PHP script owner's GID
Вернуться к: PHP опции/Информационные Функции
getmygid
(PHP 4 >= 4.1.0, PHP 5)
getmygid — Get PHP script owner's GID
Описание
int getmygid
( void
)
Gets the group ID of the current script.
Возвращаемые значения
Returns the group ID of the current script, or FALSE on error.
Смотрите также
- getmyuid() - Gets PHP script owner's UID
- getmypid() - Gets PHP's process ID
- get_current_user() - Gets the name of the owner of the current PHP script
- getmyinode() - Gets the inode of the current script
- getlastmod() - Gets time of last page modification
Вернуться к: PHP опции/Информационные Функции