PHP で $this->$function() は何を意味しますか?
親愛なる兄弟の皆さん、最近、毎日の共同購入のコードを調べていたところ、/modules/index.mod.php に次のコードがありました:
<br /> function ModuleObject( $config )<br /> {<br /> $this->MasterObject($config);<br /> $runCode = Load::moduleCode($this);<br /> $this->$runCode();<br /> }<br />