ReflectionFunctionAbstract::inNamespace

Checks 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

Siehe auch

  • ReflectionFunctionAbstract::getNamespaceName
  • namespaces