侧边栏壁纸
博主昵称
流苏小筑

步伐虽小,密而不止

PHP自定义函数(12)--- 获得一个月的天数

2019年05月13日 110阅读 0评论 0点赞
$timestamp = strtotime('October');
        //也可以这么写$timestamp = strtotime('2012-02');
    $days = date('t',$timestamp);
    echo $days; //31
0

—— 评论区 ——

昵称
邮箱
网址
取消