PHP » GoLang |
login |
register |
about
|
GoLang ReflectionClass::newInstance
request it (348)
GoLang replacement for PHP's ReflectionClass::newInstance
[edit | history]
PHP ReflectionClass::newInstancePHP original manual for ReflectionClass::newInstance [ show | php.net ]ReflectionClass::newInstance(PHP 5, PHP 7) ReflectionClass::newInstance — Creates a new class instance from given arguments DescriptionCreates a new instance of the class. The given arguments are passed to the class constructor. Parameters
Return Values
Errors/ExceptionsA ReflectionException if the class constructor is not public.
A ReflectionException if the class does not have a constructor
and the See Also
|
more
Recently updated
more
Most requested
more
Last requests
|