PHP -Tag -Epoche Start of Day

$beginOfDay = strtotime("today", $timestamp);
$endOfDay   = strtotime("tomorrow", $beginOfDay) - 1;
Jolly Jackal