- class
reflect
(php\lib\reflect
) - package
std
- source
php/lib/reflect.php
Child Classes
Description
Class reflect
reflect ::
typeOf()
reflect ::
typeModule()
reflect ::
functionModule()
reflect ::
newInstance()
reflect::typeOf(object $object, bool $isLowerCase): false|string
reflect::typeModule(string $typeName): Module|null
reflect::functionModule(string $funcName): Module|null
reflect::newInstance(string $className, array $args, bool $withConstruct): object
__construct(): void