PHP Class Member

Inheritance: extends CI_Controller
Show file Open project: zblogcn/zblogphp Class Usage Examples

Public Methods

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 自定义参数及值

Method Details

Del() public method

public Del ( ) : boolean
return boolean

GetPassWordByGuid() public static method

获取加盐及二次加密的密码
public static GetPassWordByGuid ( string $ps, string $guid ) : string
$ps string 明文密码
$guid string 用户唯一码
return string

Save() public method

保存用户数据
public Save ( ) : boolean
return boolean

__call() public method

自定义函数
public __call ( $method, $args ) : mixed
$method
$args
return mixed

__construct() public method

构造函数,默认用户设为anonymous
public __construct ( )

__get() public method

public __get ( $name ) : mixed | string
$name
return mixed | string

__set() public method

自定义参数及值
public __set ( $name, $value ) : null | string
$name
$value
return null | string