PHP Class Cml\Queue\Base

Show file Open project: linhecheng/cmlphp

Protected Methods

Method Description
decodeDate ( mixed $data ) : string 反序列化数据
encodeDate ( mixed $data ) : string 序列化数据

Method Details

decodeDate() protected method

反序列化数据
protected decodeDate ( mixed $data ) : string
$data mixed
return string

encodeDate() protected method

序列化数据
protected encodeDate ( mixed $data ) : string
$data mixed
return string