PHP Doku:: Checks if function in namespace - reflectionfunctionabstract.innamespace.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The ReflectionFunctionAbstract class

<<ReflectionFunctionAbstract::getStaticVariables

ReflectionFunctionAbstract::isClosure>>

ReflectionFunctionAbstract::inNamespace

(PHP 5 >= 5.3.0)

ReflectionFunctionAbstract::inNamespaceChecks if function in namespace

Beschreibung

public bool ReflectionFunctionAbstract::inNamespace ( void )

Checks whether a function is defined in a namespace.

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 in a namespace, otherwise FALSE


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",...)