PHP常用的代码
2021-02-20 19:20
阅读:366
标签:def imu tin content 时区 set ini type ice PHP常用的代码 标签:def imu tin content 时区 set ini type ice 原文地址:https://www.cnblogs.com/aworkstory/p/12915346.htmlPHP常用代码
date_default_timezone_set(PRC); //时区设置
header("Content-type: text/html; charset=utf-8");
error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_WARNING);
ini_set (‘memory_limit‘, ‘1280M‘);
set_time_limit — Limits the maximum execution time
评论
亲,登录后才可以留言!