格式化数据方式
string Core_Config::data_format( fixed $data )
参数列表 参数 类型 描述 默认值 $data fixed $data
$data
fixed
string
protected function data_format($data) { return gzcompress(serialize($data), 9); }