(PHP 5, PHP 7)
ReflectionMethod::export — 輸出一個(gè)回調方法
$class
, string $name
, bool $return
= false): stringExports a ReflectionMethod.
本函數還未編寫(xiě)文檔,僅有參數列表。
class
類(lèi)名稱(chēng)
name
方法名稱(chēng)
return
設為 true
時(shí)返回導出結果,設為 false
(默認值)則忽略返回。
如果參數 return
設為 true
,導出結果將作為 string
返回,否則返回 null
。