Gets PHP script owner's UID
Syntax
getmyuid(): int|false
Return
Returns the user ID of the current script, or false on error.
Examples
1
<? $return = getmypid(); var_export($return); ?>
12345
Gets PHP script owner's UID
getmyuid(): int|false
Returns the user ID of the current script, or false on error.
<? $return = getmypid(); var_export($return); ?>
12345