= 5.4.0, PHP 7, PHP 8)ReflectionClass::newInstanceWithoutConstructor — 創(chuàng)建一個(gè)新的類實(shí)例而不調(diào)用它的構(gòu)造函數(shù)說明publ">
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
ReflectionClass::newInstanceWithoutConstructor — 創(chuàng)建一個(gè)新的類實(shí)例而不調(diào)用它的構(gòu)造函數(shù)
創(chuàng)建一個(gè)新的類的實(shí)例而不調(diào)用它的構(gòu)造函數(shù)。
如果這個(gè)類是一個(gè)不能不調(diào)用構(gòu)造函數(shù)來實(shí)例化的內(nèi)置類,將導(dǎo)致一個(gè) ReflectionException。在 PHP 5.6.0 及更高版本中,此異常僅限于 final 的內(nèi)置類。