ReflectionClass::newInstanceWithoutConstructor

(PHP 5 >= 5.4.0, PHP 7)

ReflectionClass::newInstanceWithoutConstructorCreates a new class instance without invoking the constructor

Descrierea

public ReflectionClass::newInstanceWithoutConstructor ( void ) : object

Creates a new instance of the class without invoking the constructor.

Parametri

Valorile întoarse

Istoricul schimbărilor

Versiune Descriere
5.6.0 All internal classes can now be instantiated except for those declared final.

Erori/Excepții

A 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.

A se vedea și