📜  php 日期对象到时间戳 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:50.596000             🧑  作者: Mango

代码示例3
$ts = 1171502725;
$date = new DateTime("@$ts");