Auth::getStatus()

Auth::getStatus() -- returns informations about the current authentication status

Synopsis

string Auth::getStatus ()

Описание

This function returns the current status of PEAR::Auth. The return values are constants that are defined by PEAR::Auth.

Возвращаемое значение

string - possible values are AUTH_IDLED, AUTH_EXPIRED, AUTH_WRONG_LOGIN

Заметка

Эта функция не должна вызываться статически.

См. также

PEAR::Auth constants overview