Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17199 программистов и 1833 робота. Сейчас ищут 1717 программистов ...
Auth::removeUser()
Вернуться к: Auth
Auth::removeUser()
Auth::removeUser() – remove a user account
Synopsis
mixed Auth::removeUser ( string $username )
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.
Вернуться к: Auth