| Auth::setExpire() | Auth::setIdle() |
| Auth | |
| PEAR Manual | |
void Auth::setFailedLoginCallback (
string $loginFailedCallback
)
This function sets a callback function which is called upon failed login of a user account.
The callback function will be passed two parameters, the username that failed to login and a reference to the Auth object.
the call back function to use
This function can not be called statically.
| Auth::setExpire() | Auth::setIdle() |
| Auth | |
| PEAR Manual | |