|
uopz_implement実行時にインターフェイスを実装させる 説明
bool uopz_implement(string
$class , string $interface )
パラメータ
戻り値
成功した場合に エラー / 例外
PHP 7.4.0 以降では、
OPcache が有効になっており、
かつ 例例1 uopz_implement の例
上の例の出力は以下となります。 array(1) { ["myInterface"]=> string(11) "myInterface" } |