首页
博客
TODO
GITHUB
PHP
PHP
1. 语法
include 与 require
2. 错误
undefined function imagecreate
3. 框架
Think PHP
1. 语法
include 与 require
require更加严谨,一旦出错不再往下执行
2. 错误
undefined function imagecreate
错误:
Call to undefined function imagecreate()
原因:未开启或者未安装GD库~
解决方法: php5可以直接开启gd库,到php.in中开启。
3. 框架
3.1 Think PHP
Think PHP