摘要: 版本:PHP 5.6.28 在call_user_func的调用中: 1.参数的传递过程,并不是引用传值。 1 error_reporting(E_ERROR); // 此处不是E_ALL 2 $cur_value = 1; 3 4 function increment(&$var) 5 { 6 $ 阅读全文
posted @ 2017-02-23 22:04 GoodByeZ 阅读(1153) 评论(0) 推荐(0) 编辑
摘要: 1 pluginName; 13 } 14 } 15 16 class HandPlugin extends Plugin 17 { 18 protected $pluginName ; 19 20 function __construct($name = 'Hand') 21 { 22 $this->pluginNam... 阅读全文
posted @ 2017-02-23 21:25 GoodByeZ 阅读(271) 评论(0) 推荐(0) 编辑