previousAuth::setAuth() (Previous) (Next) Auth::setCheckAuthCallback()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::setAuthData()

Auth::setAuthData() – 認証セッションの追加情報を保存する

Synopsis

void Auth::setAuthData ( string $name , mixed $value , boolean $overwrite = true )

Description

この関数は、認証データとともに追加の情報を登録します。

Parameter

string $name

データフィールドの名前。

mixed $value

データフィールドの値。

boolean $overwrite

既存のデータフィールドを置き換えるかどうか。

Note

This function can not be called statically.

previousAuth::setAuth() (Previous) (Next) Auth::setCheckAuthCallback()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.