Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17154 программиста и 1834 робота. Сейчас ищут 1654 программиста ...
Auth::checkAuth()
Вернуться к: Auth
Auth::checkAuth()
Auth::checkAuth() – check if a session with valid authentication information exists
Synopsis
boolean Auth::checkAuth ( )
Checks if a session exists that contains valid authentication information.
Return value
boolean - If a session with valid authentication information exists, the function return TRUE. Otherwise it returns FALSE.
Note
This function can not be called statically.
Вернуться к: Auth