Its an alias of DateTime::getTimestamp()and gets the Unix timestamp
Example
<?php
$date1 = date_create();
echo date_timestamp_get($date1);
?>
Output
1335328034
<?php
$date1 = date_create();
echo date_timestamp_get($date1);
?>
Output
1335328034