PHP Doku:: Checks if is internal - reflectionfunctionabstract.isinternal.html

Verlauf / Chronik / History: (2) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzVariablen- und typbezogene ErweiterungenReflectionThe ReflectionFunctionAbstract classReflectionFunctionAbstract::isInternal

Ein Service von Reinhard Neidl - Webprogrammierung.

The ReflectionFunctionAbstract class

<<ReflectionFunctionAbstract::isDeprecated

ReflectionFunctionAbstract::isUserDefined>>

ReflectionFunctionAbstract::isInternal

(PHP 5)

ReflectionFunctionAbstract::isInternalChecks if is internal

Beschreibung

public bool ReflectionFunctionAbstract::isInternal ( void )

Checks whether the function is internal, as opposed to user-defined.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if it's internal, 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",...)