|
uopz_get_hookGets previously set hook on function or method 説明
Closure uopz_get_hook(string
$function)Closure uopz_get_hook(string
$class, string $function)Gets the previously set hook on a function or method. パラメータ
戻り値
Returns the previously set hook on a function or method, or 例例1 Basic uopz_get_hook Usage 上の例の出力は、 たとえば以下のようになります。
object(Closure)#2 (0) {
}
参考
|