$timestamp = strtotime($ym . '-01'); if ($timestamp === false) { // strtotime関数の戻り値はintなのになぜ?真偽値と比較しているのか $ym = date('Y-m'); $timestamp = strtotime($ym . '-01'); }
現在カレンダーをphpで作成しております。
こちらのブログを参考に作成しています。
https://codeforfun.jp/php-calendar/
<質問>
strtotime関数の戻り値はintなのにどうして真偽値と比較しているのでしょうか?
完結な質問で申し訳ありませんがよろしくお願いいたします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/12/03 12:34 編集
2021/12/03 12:41