get_current_user()
get_current_user - Gets the name of the owner of the current PHP script
Syntax
string get_current_user ()
Arguments
-
Description
Returns the name of the owner of the current PHP script.
Version
PHP 4, 5
Return value
Returns the username as a string.