|
uopz_unset_hookRemoves previously set hook on function or method 説明
bool uopz_unset_hook(string
$function )bool uopz_unset_hook(string
$class , string $function )Removes the previously set hook on a function or method. パラメータ
戻り値
成功した場合に 例例1 Basic uopz_unset_hook Usage
上の例の出力は以下となります。 barfoo foo 参考
|