|
uopz_extendExtend a class at runtime Description
bool uopz_extend(string
$class , string $parent )
Makes Parameters
Return Values
Returns Errors/Exceptions
As of PHP 7.4.0, uopz_extends throws a RuntimeException,
if OPcache is enabled,
and the class entry of either ExamplesExample #1 uopz_extend example
The above example will output: array(1) { ["B"]=> string(1) "B" } |