(PHP 5, PHP 7)
Checks if method is private
public bool ReflectionMethod::isPrivate ( void )
Checks if the method is private.
Returns:
TRUE
if the method is private, otherwise FALSE
This function is currently not documented; only its argument list is available.
See also:
Please login to continue.