get_current_user

(PHP 4, PHP 5, PHP 7)

get_current_user获取当前 PHP 脚本所有者名称

说明

get_current_user ( void ) : string

返回当前 PHP 脚本所有者名称。

返回值

以字符串返回用户名。

范例

Example #1 get_current_user() 例子

<?php
echo 'Current script owner: ' get_current_user();
?>

以上例程的输出类似于:

Current script owner: SYSTEM

参见

关注编程学问公众号