get_current_user
PHP Manual
PHP Manual»PHP Options/Info Funzioni»get_current_user

get_current_user

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

get_current_user Restituisce il nome del proprietario dello script PHP

Descrizione

function get_current_user(): string

Restituisce il nome del proprietario dello script PHP.

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

To Top