ReflectionMethod::getClosure

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

ReflectionMethod::getClosure返回一個(gè)動(dòng)態(tài)建立的方法調(diào)用接口,譯者注:可以使用這個(gè)返回值直接調(diào)用非公開方法。

說明

public ReflectionMethod::getClosure(object $object): Closure

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

object

不可以使用靜態(tài)方法,需要其他類型的方法

返回值

返回 Closure 如果產(chǎn)生任何錯(cuò)誤返回 null