共计 147 个字符,预计需要花费 1 分钟才能阅读完成。
<?php // 当前时间: 2018-11-15 21:00:00 $dateString='first day of last month'; $dt = date_create($dateString); echo $dt->format('Y-m-d H:i:s'); // 输出结果 2018-10-01 00:00:00
SimpleXMLElement处理CData内容为字符串
php快速生成seo文件sitemap.xml