Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 38817 программистов и 2515 роботов. Сейчас ищет 1161 программист ...
Auth_Container_PEAR
Вернуться к: Auth
Auth_Container_PEAR
Auth_Container_PEAR – Authenticate against the PEAR website
This container provides authentication services against the PEAR website (http://pear.php.net/) and the developer accounts. The HTTP_Client package must be installed for this container to operate, as of Auth 1.5.3.
The storage-specific argument for the Auth constructor() is an array of options.
| Option | Data Type | Default value | Description |
|---|---|---|---|
| "url" | string | "https://pear.php.net/rest-login.php/" | The base URL of a PEAR website to authenticate against. |
| "karma" | array | array() | List of karma levels required for a valid authentication. If no karma levels are supplied than simply validating the username and password will result in success. |
Вернуться к: Auth