Auth_HTTP

Auth_HTTP --  HTTP authentication with PHP.

Auth_HTTP::Auth_HTTP

Auth::Auth (string storageDriver, mixed options)

Constructor for the authencation system. The first parameter is the name of the storage driver, that should be used. The second parameter can either be a string containing some login information or an array containing a bunch of options for the storage driver.

For more information on usage of the constructor parameters, please refer to the documentation of PEAR::Auth.