php常用系统函数

it2024-11-24  27

get_headers(); //返回一个包含有服务器响应一个 HTTP 请求所发送的标头的数组

date_default_timezone_set('Etc/GMT');  //格林威治时间

time(); //当前时间戳

date('Y-m-d H:i:s',time()); //普通时间格式

strtotime('2010-03-24 08:15:42'); //转为时间戳

转载于:https://www.cnblogs.com/liruning/p/6080719.html

最新回复(0)