Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 1.18 KB

reflect.md

File metadata and controls

75 lines (49 loc) · 1.18 KB

reflect

  • class reflect (php\lib\reflect)
  • package std
  • source php/lib/reflect.php

Child Classes

Mirror

Description

Class reflect


Static Methods


Methods


Static Methods

typeOf()

reflect::typeOf(object $object, bool $isLowerCase): false|string

typeModule()

reflect::typeModule(string $typeName): Module|null

functionModule()

reflect::functionModule(string $funcName): Module|null

newInstance()

reflect::newInstance(string $className, array $args, bool $withConstruct): object

Methods

__construct()

__construct(): void