Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 65489 программистов и 2841 робот. Сейчас ищут 1070 программистов ...
Auth::listUsers()
Вернуться к: Auth
Auth::listUsers()
Auth::listUsers() – list available users
Synopsis
array Auth::listUsers ( )
List all the users currently available within the current Auth Container.
Return value
array - An array of user details. Currently no consistency, see each Auth Container for details on how and what they return.
Note
This function can not be called statically.
Not all Auth Containers implement this functionality.
Вернуться к: Auth