discuz 分析关键点学习

1. set_exception_handler  http://www.w3school.com.cn/php/func_error_set_exception_handler.asp 用户自定义捕获异常处理

2. set_error_handler http://www.w3school.com.cn/php/func_error_set_error_handler.asp 捕获错误处理方式

3. register_shutdown_function   http://yanue.net/post-99.html 函数退出之前会调用

4. spl_autoload_register  http://www.jb51.net/article/29624.htm  http://www.jb51.net/article/29625.htm 注册自动加载函数

5. _call() 方法用于监视错误的方法调用  

6. __get() __set() 魔术函数

__set() is run when writing data to inaccessible properties.
__get() is utilized for reading data from inaccessible properties.
究竟用中文怎么翻译呢?   inaccessible :n. 难达到;难接近;无法理解。

http://www.cnblogs.com/glory-jzx/archive/2012/05/23/2514173.html

7.set_magic_quotes_runtime 和 set_magic_quotes_gpc 函数解释 http://blog.csdn.net/sun886/article/details/7254999

8. 

 

posted on 2015-09-04 12:09  holy翟翟  阅读(73)  评论(0编辑  收藏  举报

导航