|
uopz_implementImplements an interface at runtime Description
bool uopz_implement(string
$class , string $interface )
Makes Parameters
Return Values
Returns Errors/Exceptions
As of PHP 7.4.0, uopz_implements throws a RuntimeException,
if OPcache is enabled,
and the class entry of ExamplesExample #1 uopz_implement example
The above example will output: array(1) { ["myInterface"]=> string(11) "myInterface" } |