Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17177 программистов и 1833 робота. Сейчас ищут 1715 программистов ...
Auth_Container_Array
Вернуться к: Auth
Auth_Container_Array
Auth_Container_Array – Authenticate against an array of usernames and passwords
This storage container provides a simple way to store a limited number of username/password pairs within the source code of the script.
The storage-specific argument for the Auth constructor() is an array of options.
Option | Data Type | Default value | Description |
---|---|---|---|
"cryptType" | string | "none" | The encryption type the password is stored in. |
"users" | array | array() | Named array of usernames and password hashes. <?php |
Вернуться к: Auth