Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18850 программистов и 1632 робота. Сейчас ищут 1782 программиста ...
Auth::getAuthData()
Вернуться к: Auth
Auth::getAuthData()
Auth::getAuthData() – retrieve extra information stored within the auth session
Synopsis
mixed Auth::getAuthData ( string $name )
This function retrieves the value of a previously registered data field.
Parameter
- string $name
-
the name of the data field
Note
This function can not be called statically.
Вернуться к: Auth