PHP里面将int型数据转换成日期输出以及将date型数据输出
echo date('Y-m-d',$date);
PHP里面将date型数据输出:
echo $date;
PHP里面将date型数据转换成int型:
strtotime($date);
echo date('Y-m-d',$date);
PHP里面将date型数据输出:
echo $date;
PHP里面将date型数据转换成int型:
strtotime($date);
apache在windows环境设置站点目录的时候需要设置给网站目录设置USER的读写修改删除权限,否则站点会开设不成功,设置方法:如下图所示:...
在php.ini配置文件里设置把error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT修改成error_reporting = E_AL...
nginx 配置location / {rewrite ^(.*)$ /index.php?s=/$1 last;}code rotoo.top.7z...
增加$arr[$iy]["pr_count"]+=$pr_count;减少$arr[$iy]["pr_count"]-=$pr_count;删除unset($a...
用substr函数实现substr(md5(变量),8,16);就可以实现默认的md5(变量)输出的是32位加密方法...
<?php $my_name='&&&&'; //echo substr(xml_entities(...