getmyuid
PHP Manual
PHP Manual»Функції налаштування та отримання інформації про PHP»getmyuid

getmyuid

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

getmyuidGets PHP script owner's UID

Опис

function getmyuid(): int|false

Gets the user ID of the current script.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the user ID of the current script, or false on error.

Прогляньте також

To Top