Search Results

  1. ReflectionFunctionAbstract::isUserDefined (PHP 5 >= 5.2.0, PHP 7, PHP 8) ReflectionFunctionAbstract::isUserDefined — Checks if user defined

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

  3. public ReflectionFunctionAbstract::isInternal (): bool public ReflectionFunctionAbstract::isStatic (): bool public ReflectionFunctionAbstract::isUserDefined (): bool public ReflectionFunctionAbstract::isVariadic (): bool public ReflectionFunctionAbstract::returnsReference (): bool abstractpublic ReflectionFunctionAbstract::__toString (): void }

  4. ReflectionFunctionAbstract::isClosure — Checks if closure ReflectionFunctionAbstract::isDeprecated — Checks if deprecated ReflectionFunctionAbstract::isGenerator — Returns whether this function is a generator ReflectionFunctionAbstract::isInternal — Checks if is internal ReflectionFunctionAbstract::isUserDefined — Checks if user defined

  5. ReflectionFunctionAbstract::isInternal — Checks if is internal ReflectionFunctionAbstract::isUserDefined — Checks if user defined ReflectionFunctionAbstract::returnsReference — Checks if returns reference ReflectionFunctionAbstract::__toString — To string ReflectionMethod — The ReflectionMethod class

  6. ReflectionFunctionAbstract::isUserDefined — Checks if user defined ReflectionFunctionAbstract::isVariadic — Checks if the function is variadic ReflectionFunctionAbstract::returnsReference — Checks if returns reference ReflectionFunctionAbstract::__toString — Returns the string representation of the ReflectionFunctionAbstract object

  7. ReflectionFunctionAbstract::__toString — To string ReflectionMethod — The ReflectionMethod class ReflectionMethod::__construct — Constructs a ReflectionMethod ReflectionMethod::export — Export a reflection method. ReflectionMethod::getDeclaringClass — Gets declaring class for the reflected method.