workerman
首页
问答
分享
手册
市场
物联网
webman
AI助手
搜索
+
发布
提问
分享
webman插件
webman应用
登录
注册
在event 里面 require 包含类 总是出现 Cannot redeclare,如何解决
刘强
更新于2015-11-23
2401
1
0
打赏作者
×
使用微信扫一扫
1
个回答
walkor
2015-11-23
打赏
简单的解决办法是使用require_once。高级点的做法是利用PHP自动加载功能避免类重复加载
暂无评论
相似问题
Event
类
里
面
的清理问题[已
解
决
]
在
event
里
面
,onmessage
里
面
如
何
嵌入 thinkphp
Cannot
redeclare
class的问题
在
webman
里
面
使用curl 会不会
出
现
阻塞的情况,
如
果
出
现
阻塞的情况换guzzle
是
否可以
解
决
?
php stream_select
出
现
unable to select 错误
如
何
解
决
??
gatewayWorker
里
面
集成 wss 客户端,
是
否可以
在
event
里
面
做集成?
年代过于久远,无法发表回答
月贡献榜
1
walkor
🚀
2
nitron
3
tanhongbin
夕阳无限好,只是近黄昏
4
邹意
5
liziyu
虚心学习……
赞助商
+成为赞助商
热门问答
workerman 里面的redis 队列是基于redis的什么特性实现的?
webman有没有可能考虑内置Macro宏功能呢?
webman移植到linux报错Cannot redeclare……
workerman/http-client 是否需要手动关闭连接
关于webman使用fastcgi_finish_request函数的类似效果的方案
workerman/workerman (v4.2.0 => v4.2.1)后webman报错
webman不错,但不建议官方做webman-admin
Webman AI 发布5.2版本,支持画廊功能,支持史上最强gpt-4o模型
wokerman think-worker 内存一直增长
关于 webman/think-orm 和 topthink/think-orm 重复类名的问题
基于workerman开发的在线客服系统源码
app,小程序,H5聊天源码
语音|视频|文字聊天
客服系统源码
小程序客服|h5客服|网页客服
×
Close
编辑答案
×
🔝
请作者喝咖啡
×
简单的解决办法是使用require_once。高级点的做法是利用PHP自动加载功能避免类重复加载