$config['mysql']=C('DB_TYPE');
$config['dbhost']=C('DB_HOST');
$config['dbname']=C('DB_NAME');
$config['dbuser']=C('DB_USER');
$config['dbpwd']=C('DB_PWD');
$config['dbport']=C('DB_PORT');
F('data',$config);
求大神帮忙看看用F函数保存后,得到的格式怎么是这样的:a:6:{s:5:"mysql";s:5:"mysql";s:6:"dbhost";s:9:"localhost";s:6:"dbname";s:2:"oa";s:6:"dbuser";s:4:"root";s:5:"dbpwd";s:8:"123456";s:6:"dbport";s:4:"3306";}
最佳答案
