Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、これは何を表しているでしょうか。
return date( 'Hi' ) >= '500' && date( 'Hi' ) <= '900';
date('H')は 24 時間形式の時間で、iは分です。500 は午前 5:00、900 は午前 9:00 であるため、システム時刻は午前 5:00 から午前 9:00 の間でなければなりません。
date('H')
i