Search Results
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...
- Ctype
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.
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 ...
Return Values If the return parameter is set to TRUE, then the export is returned as a string, otherwise NULL is returned.
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
PHP Manual Function Reference Variable and Type Related Extensions Reflection ReflectionExtension
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
