PHP Class BaiduSessionStore, thinksns

Inheritance: extends BaiduStore
Show file Open project: medz/thinksns-4

Public Methods

Method Description
__construct ( $clientId )
get ( $key, $default = false )
remove ( $key )
removeAll ( )
set ( $key, $value )

Method Details

__construct() public method

public __construct ( $clientId )

get() public method

public get ( $key, $default = false )

remove() public method

public remove ( $key )

removeAll() public method

public removeAll ( )

set() public method

public set ( $key, $value )