uopz_implement
PECL uopz 1, PECL uopz 2, PECL uopz 5, PECL uopz 6, PECL uopz 7 < 7.1.0
uopz_implement - Implements an interface at runtime
Manual
uopz_implement(
string$class,
string$interface ): bool
Makes class implement interface
Parameters
- class
-
- interface
-
Return Values
Returns true on success or false on failure.
Exceptions and Errors
As of PHP 7.4.0, uopz_implements throws a RuntimeException, if OPcache is enabled, and the class entry of class is immutable.