mktime
strtotime
date_create
日付・時刻の文字列をUnixタイムスタンプに変換します。
strtotime(string $datetime): int|false
下記の値を入力するとサンプルに即時反映されます。
echo
echo date("Y-m-d", strtotime("+7 days")); // 일주일 후 echo date("Y-m-d", strtotime("next monday")); // 다음 월요일