PHP Doku:: Checks if method is static - reflectionmethod.isstatic.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The ReflectionMethod class

<<ReflectionMethod::isPublic

ReflectionMethod::setAccessible>>

ReflectionMethod::isStatic

(PHP 5)

ReflectionMethod::isStaticChecks if method is static

Beschreibung

public bool ReflectionMethod::isStatic ( void )

Checks if the method is static.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the method is static, 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",...)