getmyuid
PHP Manual
PHP Manual»PHP Options/Info Funzioni»getmyuid

getmyuid

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

getmyuidRestituisce l'UID del proprietario dello script PHP

Descrizione

function getmyuid(): int

Restituisce l'ID utente del proprietario dello script, oppure false in caso di errore.

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

To Top