Method | Description | |
---|---|---|
Del ( ) : boolean | ||
GetPassWordByGuid ( string $ps, string $guid ) : string | 获取加盐及二次加密的密码 | |
Save ( ) : boolean | 保存用户数据 | |
__call ( $method, $args ) : mixed | 自定义函数 | |
__construct ( ) | 构造函数,默认用户设为anonymous | |
__get ( $name ) : mixed | string | ||
__set ( $name, $value ) : null | string | 自定义参数及值 |