php代码,php源代码
【实例简介】
全套的源代码。真正的。要运⾏,请仔细查看⽂件。另外php环境变量要添加到path中去。亲⾃测试是可以运⾏的。喜欢的下载
【实例截图】
【核⼼代码】
workerman-chat
└── workerman-chat
├── Applications
│ └── Chat
│ ├── Events.php
│ ├── start_businessworker.php
│ ├── start_gateway.php
│ ├── start_register.php
│ ├── start_web.php
│ └── Web
│ ├── css
│ │ ├── bootstrap.css
│ │ ├── bootstrap.min.css
│ │ ├── bootstrap-theme.css
│ │ ├── bootstrap-theme.min.css
│ │ ├── jquery-sinaEmotion-2.1.0.css
│ │ ├── jquery-sinaEmotion-2.1.0.min.css
│ │ └── style.css
│ ├── img
│ │ └── workerman-todpole.png
│ ├── index.php
│ ├── js
│ │ ├── jquery.min.js
│ │ ├── jquery-sinaEmotion-2.1.0.js
│ │ ├── jquery-sinaEmotion-2.1.0.min.js
│ │ ├── swfobject.js
│ │ └── web_socket.js
│ └── WebSocketMain.swf
├── composer.json
├──
├── README.md
├── start_for_win.bat
├── start.php
└── vendor
├── autoload.php
├── composer
│ ├── autoload_classmap.php
│ ├── autoload_namespaces.php │ ├── autoload_psr4.php
│ ├── autoload_real.php
│ ├── autoload_static.php
│ ├── ClassLoader.php
│ ├── installed.json
│ └── LICENSE
└── workerman
├── gateway-worker
│ ├── composer.json
│ ├──
│ ├── README.md
│ └── src
│ ├── BusinessWorker.php
│ ├── Gateway.php
│ ├── Lib
│ │ ├── Context.php
│ │ ├── DbConnection.php
│ │ ├── Db.php
│ │ └── Gateway.php
│ ├── Protocols
│ │ └── GatewayProtocol.php │ └── Register.php
├── Connection
jquery在线库│ ├── AsyncTcpConnection.php │ ├── AsyncUdpConnection.php │ ├── ConnectionInterface.php │ ├── TcpConnection.php
│ └── UdpConnection.php
├── Events
│ ├── EventInterface.php
│ ├── Event.php
│ ├── Ev.php
│ ├── Libevent.php
│ ├── React
│ │ ├── Base.php
│ │ ├── ExtEventLoop.php
│ │ ├── ExtLibEventLoop.php │ │ └── StreamSelectLoop.php │ ├── Select.php
│ └── Swoole.php
├── Lib
│ ├── Constants.php
│ └── Timer.php
├──
├── Protocols
│ ├── Frame.php
│ ├── Http
│ │ └── pes
│ ├── Http.php
│ ├── ProtocolInterface.php
│ ├── Text.php
│ ├── Websocket.php
│ └── Ws.php
22 directories, 75 files
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论