PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

Auth_HTTP::Auth_HTTP() | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

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();
?>
忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「Auth_HTTP::Auth_HTTP()」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | Auth_HTTP::Auth_HTTP()」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: