1. 首页
  2. 数据库
  3. 其它
  4. Carbon:DateTime的简单PHP API扩展 源码

Carbon:DateTime的简单PHP API扩展 源码

上传者: 2021-02-21 13:44:36上传 ZIP文件 709KB 热度 14次
碳 DateTime的国际PHP扩展。 <?php use Carbon \ Carbon ; printf ( "Right now is %s" , Carbon :: now ()-> toDateTimeString ()); printf ( "Right now in Vancouver is %s" , Carbon :: now ( 'America/Vancouver' )); //implicit __toString() $ tomorrow = Carbon :: now ()-> addDay (); $ lastWeek = Carbon :: now
用户评论