uopz_implementImplements an interface at runtime Description
void uopz_implement
( string
$class
, string $interface
)
Makes Parameters
Return Values
ExamplesExample #1 uopz_implement example
<?phpThe above example will output something similar to:
array(1) {
["myInterface"]=>
string(11) "myInterface"
}
|