update : 2015.11.03
php.shukuma.com검색:
|
ReflectionClass::newInstanceWithoutConstructor(PHP >= 5.4.0) ReflectionClass::newInstanceWithoutConstructor — Creates a new class instance without invoking the constructor. 설명
public object ReflectionClass::newInstanceWithoutConstructor
( void
)
Creates a new instance of the class without invoking the constructor. 인수
반환값
오류/예외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. 참고
|