get_current_user

(PHP 4, PHP 5, PHP 7)

get_current_userGets the name of the owner of the current PHP script

Descrierea

get_current_user ( void ) : string

Returns the name of the owner of the current PHP script.

Valorile întoarse

Returns the username as a string.

Exemple

Example #1 get_current_user() example

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

Exemplul de mai sus va afișa ceva similar cu:

Current script owner: SYSTEM

A se vedea și