- 博客(3)
- 收藏
- 关注
转载 常见状态吗
200 ok:客户端请求成功 400 Bad Request: 客户端请求有语法错误,不能被服务器理解 401 Unauthorize:请求未经授权,这个状态码必须和WWW-Authenticate 报头域 一起使用 403 forbidden: 服务器收到请求,但是拒绝服务 404 Not Found: 请求资源不存在,例如输入错误的url地址 500 Internal...
2015-09-14 23:44:00 104
转载 spl_autoload_register 自动载入
<?php spl_autoload_register('autoload1');spl_autoload_register('autoload2'); test1::test();test2::test(); function autoload1($class){ include strp(__DIR__).'/'.$class.'.php';} function aut...
2015-09-14 22:13:00 91
转载 empty() 与 isset()
<?php$arr = array('0'=>'','1'=>'0','2'=>null,'3'=>NULL,'4'=>'NULL','5'=>false,'6'=>'false','7'=>'true','8'=>true,'9'=>0);echo "empty(''):".empty($arr['0']).'<b...
2015-09-10 18:36:00 87
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人