2013年6月7日
摘要: -q, --quiet, --silent Quiet; do not write anything to standard output. Exit immediately with zero status if any match is found, even if an error was detected. Also see the -s or --no-messages option. (-q is specified by POSIX.) 阅读全文
posted @ 2013-06-07 11:25 语辰 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 将服务器的时间格式化语法:string date(string format, int [timestamp]);返回值:字符串函数种类:时间日期返回值的字符串依配置的格式来决定。若有传入时间戳记值,则将时间戳记格式化返回;若无传入时间戳记值,则将目前服务器的时间格式化返回。要将日期转为其它的语系格式,应使用setlocale()及strftime()二个函数。字符串格式化的选项如下:http://php.freehostingguru.com/function.php-date.php 阅读全文
posted @ 2013-06-07 10:39 语辰 阅读(170) 评论(0) 推荐(0) 编辑