array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.get-current-user.php', 1 => 'get_current_user', 2 => 'Gets the name of the owner of the current PHP script', ), 'up' => array ( 0 => 'ref.info.php', 1 => 'Функції налаштування та отримання інформації про PHP', ), 'prev' => array ( 0 => 'function.get-cfg-var.php', 1 => 'get_cfg_var', ), 'next' => array ( 0 => 'function.get-defined-constants.php', 1 => 'get_defined_constants', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/info/functions/get-current-user.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 4, PHP 5, PHP 7, PHP 8)
get_current_user — Gets the name of the owner of the current PHP script
У цієї функції немає параметрів.
Returns the username as a string.
Приклад #1 get_current_user() example
<?php
echo 'Current script owner: ' . get_current_user();
?>
Поданий вище приклад виведе щось схоже на:
Current script owner: SYSTEM