ReflectionFunctionAbstract::inNamespace

Checks if function in namespace

Description

public bool ReflectionFunctionAbstract::inNamespace()

Checks whether a function is defined in a namespace.

Parameters

This function has no parameters.

Return Values

true if it's in a namespace, otherwise false

See Also

  • ReflectionFunctionAbstract::getNamespaceName
  • namespaces