Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sorokadima/c148689ac82da1c152cbdfcb4278bacc to your computer and use it in GitHub Desktop.
Save sorokadima/c148689ac82da1c152cbdfcb4278bacc to your computer and use it in GitHub Desktop.
PHP current timestamp (php get current date)
<?php
(new DateTime())->getTimestamp();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment