fastdream

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年11月8日

摘要: filemtime ( string filename )返回文件上次被修改的时间,出错时返回 FALSE。时间以 Unix 时间戳的方式返回,可用于 date()。例如:$a=filemtime("log.txt"); echo "修改时间:".date("Y-m-d H:i:s",$a)."filectime ( string filename )返回文件上次 inode 被修改的时间,如果出错则返回 FALSE。时间以 Unix 时间戳的方式返回。例如:$a=filectime("log.txt") 阅读全文
posted @ 2013-11-08 12:11 fastdream 阅读(1790) 评论(0) 推荐(0) 编辑

摘要: "; echo "昨天:".date("Y-m-d",strtotime("-1 day")), ""; echo "明天:".date("Y-m-d",strtotime("+1 day")). ""; echo "一周后:".date("Y-m-d",strtotime("+1 week")). ""; echo "一周零两天四小时两 阅读全文
posted @ 2013-11-08 08:38 fastdream 阅读(252) 评论(0) 推荐(0) 编辑

2013年11月7日

摘要: Sql2008支持php的擴展插件http://www.microsoft.com/download/en/search.aspx?q=SQL+Server+for+PHP 全部http://www.microsoft.com/download/en/details.aspx?id=20098 我下載的 官方文档有描述: In its continued commitment to interoperability, Microsoft has released an updated SQL Server Driver for PHP. The SQL Server Driver for .. 阅读全文
posted @ 2013-11-07 17:35 fastdream 阅读(273) 评论(0) 推荐(0) 编辑