PHP » GoLang |
login |
register |
about
|
GoLang ReflectionClass::newInstanceWithoutConstructor
request it (320)
GoLang replacement for PHP's ReflectionClass::newInstanceWithoutConstructor
[edit | history]
PHP ReflectionClass::newInstanceWithoutConstructorPHP original manual for ReflectionClass::newInstanceWithoutConstructor [ show | php.net ]ReflectionClass::newInstanceWithoutConstructor(PHP 5 >= 5.4.0, PHP 7) ReflectionClass::newInstanceWithoutConstructor — Creates a new class instance without invoking the constructor Description
public object ReflectionClass::newInstanceWithoutConstructor
( void
)
Creates a new instance of the class without invoking the constructor. Parameters
Return Values
Changelog
Errors/ExceptionsA ReflectionException if the class is an internal class that cannot be instantiated without invoking the constructor. In PHP 5.6.0 onwards, this exception is limited only to internal classes that are final. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|