Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 38817 программистов и 2515 роботов. Сейчас ищет 1161 программист ...
Auth_Container_File
Вернуться к: Auth
Auth_Container_File
Auth_Container_File – Authenticate a password file using File_Passwd
description
The storage-specific argument for the Auth constructor() is an array of options.
| Option | Data Type | Default value | Description |
|---|---|---|---|
| "type" | string | "Cvs" | The format of the file we are authenticating against. For a list of available types see the PEAR::File_Passwd documentation. |
| "file" | string | " | The filename of the file to use. |
Вернуться к: Auth