CakeFest 2024: The Official CakePHP Conference

getmygid

(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)

getmygidRestituisce il GID del proprietario dello script PHP

Descrizione

getmygid(): int

Restituisce l'ID del gruppo del proprietario dello script, oppure false per errore.

Vedere anche getmyuid(), getmypid(), get_current_user(), getmyinode() e getlastmod().

add a note

User Contributed Notes 1 note

up
1
chris at ocproducts dot com
4 years ago
On Windows this will always return 0, except when "php -r" is used, when it returns 1.
To Top