strtotime():PHPリファレンス

strtotime()に関する用語の解説。

strtotime()とは

strtotime関数は英文形式の日付をタイムスタンプへ変換します。

PHP書式

strtotime(日付[日付の形式])

戻り値

タイムスタンプ

サンプルコード

出力結果

補足