php如何获取本月初和本月末时间戳,新手求教

2025-04-26 02:46:56
推荐回答(1个)
回答1:

strtotime(date('Y-m'));//本月初。
strtotime(date('Y-m-t'));//本月末。