php学习函数
1defined和define区别
2.dirname(__FILE__)
3.set_include_path
4.get_include_path
5.realpath()
6.require_path
7.imploded
8.PATH_SEPERATOR
9.strpos
10.单例模式
11.isset() empty()
12.魔法函数__get __set __toString()
13.exit()
14.__FILE__ __CLASS__
15.is_array is_function
16.in_array array_key_exists
17.namespace __NAMESPACE__
18.clone __clone
19.引用 变量引用 函数参数引用 函数引用 对象引用 函数内部$GLOBALS 引用值和非引用值的性能消耗
20.global