suche nach in der

ReflectionClass::setStaticPropertyValue> <ReflectionClass::newInstanceArgs
Last updated: Fri, 25 May 2012

view this page in

ReflectionClass::newInstanceWithoutConstructor

(PHP >= 5.4.0)

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

Beschreibung

public object ReflectionClass::newInstanceWithoutConstructor ( void )

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

Parameter-Liste

Rückgabewerte

Fehler/Exceptions

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

Siehe auch



add a note add a note User Contributed Notes
ReflectionClass::newInstanceWithoutConstructor
There are no user contributed notes for this page.