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.
ログイン試行が処理された現在の時刻を取得したい。おそらく日付と時/分/秒で取得した時間を取得したい。
last_attempt最後のログイン試行の日時を保持するというフィールドを持つデータベースがあります。
last_attempt
Datetime、Timestamp、Timeまたはその他のどのタイプをフィールドに使用する必要がありますか? また、PHP のどのメソッドを使用すればよいですか?
Datetime
Timestamp
Time
PHP time() だけで十分です。エポック 1 月から秒単位でサーバーに投稿された現在の時刻を返します。(ほとんどの場合、結果を符号なしの数値として保存します。)