摘要:
版本: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 $ 阅读全文
摘要:
1 pluginName; 13 } 14 } 15 16 class HandPlugin extends Plugin 17 { 18 protected $pluginName ; 19 20 function __construct($name = 'Hand') 21 { 22 $this->pluginNam... 阅读全文