摘要: <?php use DateInterval; function birthday2age(string $birthday): int { if (!empty($birthday)) { $diff = date_diff(date_create($birthday), date_create( 阅读全文
posted @ 2020-06-02 20:52 charescape 阅读(274) 评论(0) 推荐(0) 编辑