2013年8月1日

php常用系统函数

摘要: 首先纯html页要用meta标签声明编码 //有php输出的页要使用header函数声明编码 header("Content-Type:text/html; charset=utf-8");//打开错误信息error_reporting(E_ALL);ini_set('display_errors', true);//设置程序最大可运行时间set_time_limit(180);//获取内存使用情况echo "".memory_get_usage();register_shutdown_function是指在执行完所有PHP语句后再调用函 阅读全文

posted @ 2013-08-01 15:57 andydaopeng 阅读(140) 评论(0) 推荐(0) 编辑

导航