03 2015 档案

摘要:spl_autoload_register(PHP 5 >= 5.1.2)spl_autoload_register—注册给定的函数作为 __autoload 的实现说明¶boolspl_autoload_register([callable$autoload_function[,bool$thro... 阅读全文
posted @ 2015-03-19 10:11 lein.wang 阅读(197) 评论(0) 推荐(0)
摘要:CompilingThere is a wizard available that provides you with the correct file to download, and which paths to use.You compile Xdebug separately from th... 阅读全文
posted @ 2015-03-18 23:35 lein.wang 阅读(197) 评论(0) 推荐(0)
摘要:(PHP 4, PHP 5)call_user_func — 把第一个参数作为回调函数调用mixed call_user_func ( callable $callback [, mixed $parameter [, mixed $... ]] )多用于函数名称不确定的情况下,常见于框架代码中。 阅读全文
posted @ 2015-03-12 21:14 lein.wang 阅读(90) 评论(0) 推荐(0)