博客 / 列表

華賢 - 獲取當天是本月的第幾周

獲取當天是本月的第幾周,順便了解令人困惑的 strtotime strtotime (“$firstDay + 1 month -1 day”) 這樣的寫法會有問題,大家可以去鳥哥博客看看 令人困惑的 strtotime ?php /** * 獲取當天是本月的第幾周 * * @return int * @author Henry */ public function getWeek(

date , strtotime , php