函数学习笔记
var_dump 打印变量的相关信息
程式语句的替换 :替代{ end**替代}
isset() 检测变量是否设置
defined() 检测常量是否设置
global的应用 http://hi.baidu.com/luanxian/blog/item/a2928d94f0907a1dd31b7066.html
magic_quotes_gpc http://hi.baidu.com/singkuan/blog/item/df5c960e50ec66e436d12203.html
@ 错误控制运算符