PHP Class MODEL_SESSION

Afficher le fichier Open project: baigoStudio/baigoSSO Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( )
mdl_close ( ) : void 关闭 session mdl_close function.
mdl_create_table ( ) : void 创建表 mdl_create_table function.
mdl_destroy ( mixed $str_ssinId ) : void 销毁 mdl_destroy function.
mdl_gc ( $sessMaxLifeTime )
mdl_open ( mixed $str_savePath, mixed $str_ssinName ) : void 打开 session mdl_open function.
mdl_read ( mixed $str_ssinId ) : void 读取 mdl_read function.
mdl_write ( mixed $str_ssinId, mixed $str_ssinData ) : void 写入 mdl_write function.

Private Methods

Méthode Description
mdl_readDb ( mixed $str_ssinId, integer $tm_expire ) : void 读取数据 mdl_readDb function.

Method Details

__construct() public méthode

public __construct ( )

mdl_close() public méthode

关闭 session mdl_close function.
public mdl_close ( ) : void
Résultat void

mdl_create_table() public méthode

创建表 mdl_create_table function.
public mdl_create_table ( ) : void
Résultat void

mdl_destroy() public méthode

销毁 mdl_destroy function.
public mdl_destroy ( mixed $str_ssinId ) : void
$str_ssinId mixed
Résultat void

mdl_gc() public méthode

public mdl_gc ( $sessMaxLifeTime )

mdl_open() public méthode

打开 session mdl_open function.
public mdl_open ( mixed $str_savePath, mixed $str_ssinName ) : void
$str_savePath mixed
$str_ssinName mixed
Résultat void

mdl_read() public méthode

读取 mdl_read function.
public mdl_read ( mixed $str_ssinId ) : void
$str_ssinId mixed
Résultat void

mdl_write() public méthode

写入 mdl_write function.
public mdl_write ( mixed $str_ssinId, mixed $str_ssinData ) : void
$str_ssinId mixed
$str_ssinData mixed
Résultat void