ReflectionClass
PHP Manual

ReflectionClass::newInstanceWithoutConstructor

(PHP >= 5.4.0)

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

Açıklama

public object ReflectionClass::newInstanceWithoutConstructor ( void )

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

Değiştirgeler

Dönen Değerler

Hatalar/İstisnalar

A ReflectionException if the class is an internal class that cannot be instantiated without invoking the constructor.

Ayrıca Bakınız


ReflectionClass
PHP Manual