PHP » GoLang |
login |
register |
about
|
|
uopz_implement(PECL uopz 1, PECL uopz 2, PECL uopz 5) uopz_implement — Implements an interface at runtime Description
bool uopz_implement
( string
$class
, string $interface
)
Makes Parameters
Return Values
Returns ExamplesExample #1 uopz_implement() example
<?phpThe above example will output something similar to:
array(1) {
["myInterface"]=>
string(11) "myInterface"
}
|
more
Most requested
more
Last requests
|