Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17221 программист и 1834 робота. Сейчас ищут 1635 программистов ...
Auth_HTTP::getStatus()
Вернуться к: Auth_HTTP
Auth_HTTP::getStatus()
Auth_HTTP::getStatus() – returns informations about the current authentication status
Synopsis
string Auth_HTTP::getStatus ( )
This function returns the current status of PEAR::Auth. The return values are constants that are defined by PEAR Auth.
Return value
string - possible values are AUTH_IDLED, AUTH_EXPIRED, AUTH_EXPIRED
Note
This function can not be called statically.
Вернуться к: Auth_HTTP