标签: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,
************************待续中***************************************
标签:style ext width c color get t int sp set type
原文地址:http://www.cnblogs.com/geek12/p/3697023.html