previous導入 (Previous) (Next) Auth_HTTP 例next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Auth_HTTP::Auth_HTTP()

Auth_HTTP::Auth_HTTP() – コンストラクタ

Synopsis

void Auth_HTTP::Auth_HTTP ( string $storageDriver = "DB" , mixed $options = "" )

Description

認証システムのコンストラクタ

Parameter

string $storageDriver

使用するストレージドライバの名称

mixed $options

ログイン情報に関する文字列、 もしくはストレージドライ版のオプションの配列

Note

This function can not be called statically.

Example

DBパラメータの使用

<?php
require_once "Auth/HTTP.php";

$a = new Auth_HTTP("DB""mysql://test:test@localhost/test");

$a->start();
?>
previous導入 (Previous) (Next) Auth_HTTP 例next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.