Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17194 программиста и 1834 робота. Сейчас ищут 1662 программиста ...
Auth::getUsername()
Вернуться к: Auth
Auth::getUsername()
Auth::getUsername() – get the username of the authenticated user
Synopsis
string Auth::getUsername ( )
Get the username of the logged in user.
Return value
string - The username of the logged in user.
Note
This function can not be called statically.
Вернуться к: Auth