PHP Doku:: Checks if method is public - reflectionmethod.ispublic.html

Verlauf / Chronik / History: (5) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzVariablen- und typbezogene ErweiterungenReflectionThe ReflectionMethod classReflectionMethod::isPublic

Ein Service von Reinhard Neidl - Webprogrammierung.

The ReflectionMethod class

<<ReflectionMethod::isProtected

ReflectionMethod::isStatic>>

ReflectionMethod::isPublic

(PHP 5)

ReflectionMethod::isPublicChecks if method is public

Beschreibung

public bool ReflectionMethod::isPublic ( void )

Checks if the method is public.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the method is public, otherwise FALSE

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)