📜  php 获取一个月的总天数 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:36.740000             🧑  作者: Mango

代码示例1
$DaysInCurrentMonth = date('t');