Auth::removeUser()

Auth::removeUser() – remove a user account

Synopsis

mixed Auth::removeUser ( string $username )

Description

Remove a user from the Auth Container.

Parameter

string $username

the username of the user to remove

Return value

mixed - TRUE on success, a PEAR Error on failure.

Note

This function can not be called statically.

Not all Auth Containers implement this functionality.

logout an authenticated user (Previous) Enables advanced security features. Turned off by default (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.