日常用到的头文件PHP

设置字符集 header("Content-type: text/html; charset=utf-8"); 报错避免 error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~ E_STRICT & ~ E_WARNING); 调用某一文件 require_once "Aes.php";
posted @ 2017-05-09 18:28  敬芝  阅读(590)  评论(0)    收藏  举报