$this->$function()在PHP中是什么意思?
各位兄弟,最近小弟在看天天团购的代码,结果在/modules/index.mod.php中看到这么一段代码:
<br /> function ModuleObject( $config )<br /> {<br /> $this->MasterObject($config);<br /> $runCode = Load::moduleCode($this);<br /> $this->$runCode();<br /> }<br />