//获取网页地址echo $_SERVER['PHP_SELF']; #/blog/testurl.php//获取网址参数echo $_SERV
2023-06-29 17:30:31 846条阅读<span style="font-size:10.5pt;mso-bidi-font-size:12.0pt;font-family:&quo
2022-05-19 17:31:46 1066条阅读//循环输从指定月到当前月 $month = strtotime("2021-05"); $end = strtotime(date(
2022-05-17 18:11:10 1171条阅读<?php// 当前时间戳 格式:2019-03-13 18:00:00echo date('Y-m-d H:i:s', st
2022-05-17 18:10:15 629条阅读定义和用法uniqid() 函数基于以微秒计的当前时间,生成一个唯一的 ID。语法uniqid(prefix,more_entropy)参数描述prefix可选
2022-04-02 19:40:03 532条阅读//unset()销毁指定的变量。unset($data['selectid']);//循环写数组for ($i=1; $i<=53; $
2022-02-05 00:20:30 589条阅读error_reporting(E_ALL);ini_set("display_errors",1);服务器设置了错误不提示,因此PHP语法
2021-09-02 17:30:16 825条阅读函数名 释义 介绍htmlspecialchars将与、单双引号、大于和小于号化成HTML格式&转成& &
2021-08-03 08:50:17 956条阅读mysql查询:find_in_set 精确匹配,并且字段值之间用‘,'分开。select find_in_set ('2', '
2021-05-20 17:12:39 1284条阅读//日期转中文function cntime($time){return substr($time,0,4)."年".substr($tim
2021-04-23 20:28:15 1043条阅读