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. |
Méthode | Description | |
---|---|---|
mdl_readDb ( mixed $str_ssinId, integer $tm_expire ) : void | 读取数据 mdl_readDb function. |
public mdl_create_table ( ) : void | ||
Résultat | void |
public mdl_destroy ( mixed $str_ssinId ) : void | ||
$str_ssinId | mixed | |
Résultat | void |