码迷,mamicode.com
首页 > Web开发 > 详细

每日陌生php函数

时间:2014-04-29 22:32:48      阅读:578      评论:0      收藏:0      [点我收藏+]

标签:style   ext   width   c   color   get   t   int   sp   set   type   

1,date_default_timezone_set(PRC)  设定一个脚本中所有日期函数的默认时区,PRC设置中国时区

2,microtime(true)  返回当前unix微秒时间戳 1398681491.8171 ,一秒=1000毫秒,1毫秒=1000微秒

3,round($str,int)  对浮点数进行四舍五入,后面的整数是小数点后保留多少位,没有int的时候是0位

4,set_error_handler(error_function,error_types)  设置用户自定义的错误处理函数,系统错误函数会不起作用

5,ini_set  设置一个配置选项的值

6,get_include_path()  获取当前include_path 的默认值,

7,set_include_path()  设置include包含文件所在的所有目录

8,PATH_SEPARATOR    是include的路径分界符号,在window上是;,在linux和unix上是:

9,

************************待续中***************************************

每日陌生php函数,码迷,mamicode.com

每日陌生php函数

标签:style   ext   width   c   color   get   t   int   sp   set   type   

原文地址:http://www.cnblogs.com/geek12/p/3697023.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!