摘要: Laravel 中默认使用的时间处理类就是 Carbon。 <?php namespace Carbon; class Carbon extends \DateTime { // code here } 你可以在 Carbon 命名空间的 Carbon 类中看到上面声明的代码片段。 获取当前时间 可 阅读全文
posted @ 2019-01-09 14:48 知子 阅读(698) 评论(0) 推荐(0) 编辑