Skip to content

Instantly share code, notes, and snippets.

@rmalenko
Created August 13, 2021 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmalenko/d806d713bc82249ef417d4d07c9b31d4 to your computer and use it in GitHub Desktop.
Save rmalenko/d806d713bc82249ef417d4d07c9b31d4 to your computer and use it in GitHub Desktop.
php health check
<?php
$timestamp = time();
echo $timestamp . "<br>";
echo date("d/m/Y", $timestamp);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment