Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17165 программистов и 1833 робота. Сейчас ищет 1691 программист ...
Auth_HTTP::getAuth()
Вернуться к: Auth_HTTP
Auth_HTTP::getAuth()
Auth_HTTP::getAuth() – check for an authenticated user
Synopsis
boolean Auth_HTTP::getAuth ( )
Check if the user has been authenticated.
Return value
boolean - If the user has already been authenticated, the function returns TRUE. Otherwise it returns FALSE.
Note
This function can not be called statically.
Вернуться к: Auth_HTTP