Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17177 программистов и 1833 робота. Сейчас ищут 1715 программистов ...
Auth::getStatus()
Вернуться к: Auth
Auth::getStatus()
Auth::getStatus() – get the current status of the auth session
Synopsis
int Auth::getStatus ( )
Get the current status of the authentication session.
Return value
int - An Auth constant representing the current session state.
Note
This function can not be called statically.
See
Вернуться к: Auth