Search Results

  1. Reflection ¶ Introduction ¶ PHP comes with a complete reflection API that adds the ability to introspect classes, interfaces, functions, methods and extensions. Additionally, the reflection API offers ways to retrieve doc comments for functions, classes and methods.

    • Ctype

      Introduction ¶ The functions provided by this extension...

  2. Dec 13, 2019 · The ReflectionExtension::export () function is an inbuilt function in PHP which is used to return the export as a string if the return parameter is set to TRUE, otherwise NULL is returned.

  3. ReflectionExtension::isPersistent — Returns whether this extension is persistent ReflectionExtension::isTemporary — Returns whether this extension is temporary ReflectionExtension::__toString — To string ReflectionFunction ReflectionFunction::__construct — Constructs a ReflectionFunction object ReflectionFunction::export — Exports ...

  4. Return Values If the return parameter is set to TRUE, then the export is returned as a string, otherwise NULL is returned.

  5. ReflectionClass::getExtension — Gets a ReflectionExtension object for the extension which defined the class ReflectionClass::getExtensionName — Gets the name of the extension which defined the class

  6. PHP Manual Function Reference Variable and Type Related Extensions Reflection ReflectionExtension

  7. ReflectionExtension::getClasses — Gets classes ReflectionExtension::getClassNames — Gets class names ReflectionExtension::getConstants — Gets constants ReflectionExtension::getDependencies — Gets dependencies ReflectionExtension::getFunctions — Gets extension functions ReflectionExtension::getINIEntries — Gets extension ini entries