btcloud/app/event.php

18 lines
256 B
PHP
Raw Normal View History

2022-06-04 11:22:19 -04:00
<?php
// 事件定义文件
return [
'bind' => [
],
'listen' => [
'AppInit' => [],
'HttpRun' => [],
'HttpEnd' => [],
'LogLevel' => [],
'LogWrite' => [],
],
'subscribe' => [
],
];