get_current_user()
The output of this function may depend on the server platform. It is meant to give you the owner of the current PHP script.
Usage is simple. There are no parameters and it will return you a string.
// Your result may vary, of course $u = get_current_user(); // SYSTEM
See the manual entry for get_current_user()
