Created
August 5, 2020 12:30
-
-
Save sorokadima/c148689ac82da1c152cbdfcb4278bacc to your computer and use it in GitHub Desktop.
PHP current timestamp (php get current date)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
(new DateTime())->getTimestamp(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment