Home > PHP > date_timestamp_get

date_timestamp_get

Its an alias of DateTime::getTimestamp()and gets the Unix timestamp
Example

<?php
$date1 = date_create();
echo date_timestamp_get($date1);
?>

Output

1335328034

EmailFacebookLinkedInMySpaceDiggTumblrStumbleUponShare
Beginner's Guide....
Categories: PHP Tags: , ,
Comments are closed.

Switch to our mobile site