08 2017 档案

摘要:PHP运算符优先级 结合方向运算符附加信息 非结合 clone new clone 和 new 左 [ array() 非结合 ++ -- 递增/递减运算符 非结合 ~ - (int) (float) (string) (array) (object) (bool) @ 类型 非结合 instanc 阅读全文
posted @ 2017-08-23 20:19 tatasix 阅读(177) 评论(0) 推荐(0)
摘要:if(!function_exists('exportExcel')){ //导出excel文件 function exportExcel($datas, $save_method='http', $save_path=''){ set_time_limit(0); error_reporting( 阅读全文
posted @ 2017-08-22 21:08 tatasix 阅读(459) 评论(0) 推荐(0)