getmyuid
PHP function
Edit on GitHub ✎
(PHP 4, PHP 5, PHP 7, PHP 8)
Gets PHP script owner's UID
Description
getmyuid(): int|false
Gets the user ID of the current script.
Parameters Parameters
Return Values
Returns the user ID of the current script, or false on error.