ReflectionMethod::isPublic

(PHP 5)

ReflectionMethod::isPublicChecks if method is public

Опис

public bool ReflectionMethod::isPublic ( void )

Checks if the method is public.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

TRUE if the method is public, otherwise FALSE

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top