PHP Date / Time 函数
返回今天的日期和时间的 Unix 时间戳:
<?php $date=date_create(); echo date_timestamp_get($date); ?>
date_timestamp_get($date)
运行实例
date_timestamp_get() 函数返回 Unix 时间戳。
date_timestamp_get(object);