文件名称:EventEmitter:先进PHP事件发射器
文件大小:4KB
文件格式:ZIP
更新时间:2024-04-05 05:39:51
PHP
事件发射器 先进PHP事件发射器 正在安装 composer require microsecond/emitter 使用 $ emitter = new Microsecond \ Emitter \ Emitter ; 或者 class Application extends Microsecond \ Emitter \ Emitter { } 或者 class Application { use Microsecond \ Emitter \ EmitterTrait ; } 添加监听器 $ app -> on ( '404' , function ( $ listener ) { http_response_code ( 404 ); echo '404 Not Found' ; }); $ app -> on ( '500' , function ( $ listen
【文件预览】:
EventEmitter-main
----composer.json(543B)
----LICENSE(1KB)
----src()
--------Event.php(580B)
--------EmitterTrait.php(5KB)
--------Listener.php(444B)
--------Emitter.php(77B)
----README.md(978B)