mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
修正socket驱动
This commit is contained in:
@@ -85,7 +85,7 @@ class Socket
|
|||||||
'css' => $this->css['page'],
|
'css' => $this->css['page'],
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($logs as $type => $val) {
|
foreach ($log as $type => $val) {
|
||||||
$trace[] = [
|
$trace[] = [
|
||||||
'type' => 'groupCollapsed',
|
'type' => 'groupCollapsed',
|
||||||
'msg' => '[ ' . $type . ' ]',
|
'msg' => '[ ' . $type . ' ]',
|
||||||
@@ -226,7 +226,7 @@ class Socket
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param null $host - $host of socket server
|
* @param string $host - $host of socket server
|
||||||
* @param string $message - 发送的消息
|
* @param string $message - 发送的消息
|
||||||
* @param string $address - 地址
|
* @param string $address - 地址
|
||||||
* @return bool
|
* @return bool
|
||||||
|
|||||||
Reference in New Issue
Block a user