ReflectionMethod::isPrivate
(PHP 5, PHP 7, PHP 8)
ReflectionMethod::isPrivate — private メソッドであるかどうかを調べる
説明
public ReflectionMethod::isPrivate():
bool
private メソッドであるかどうかを調べます。
戻り値
private メソッドである場合に true 、それ以外の場合に false を返します。
There are no user contributed notes for this page.