Welcome![Sign In][Sign Up]
Location:
Search - PHP socket server

Search list

[WEB Codeiproberphp0022

Description: 主要功能: 1、服务器环境探测:CPU、在线时间、内存使用状况、系统平均负载探测(支持LINUX、FreeBSD系统,需系统支持),操作系统、服务器域名、IP地址、解释引擎等 2、PHP基本特征探测:版本、运行方式、安全模式及常规参数 3、PHP组件支持探测:MYSQL、GD、XML、SESSION、SOCKET等组件支持情况 4、服务器性能检测:整数运算能力、浮点数运算能力、数据IO能力 5、自定义探测:MYSQL连接测试、MAIL发信测试、函数支持情况及PHP配置参数 v0.021 更新: 1、修正UNIX系统在无SWAP分区时程序报错的BUG 2、页面改用div+css布局,符合XHTML1.0和CSS2.0标准 -main functions : a server environment detection : CPU, the online time, memory usage, The average load detection system (support Linux, FreeBSD system, the need for systematic support), operating system, server name, IP address, etc. to explain two engines, PHP basic feature detection : Version, mode of operation, Safe Mode and conventional parameters 3, PHP support detection components : MYSQL, GD, XML, SESSION, SOCKET support of the other four components, the server performance test : integer arithmetic, Float computational capabilities, data IO capacity of 500, since the definition of exploration : MYSQL connection test, MAIL written test, and support functions PHP configuration parameters v0.021 update : 1. UNIX system that in the absence of zoning procedures SWAP the BUG two errors, u
Platform: | Size: 49152 | Author: asdf | Hits:

[SCMserver

Description: 单程PHP socket 服务器端 需打开php.ini中的socket功能-PHP socket server-side one-way required to open the socket functions in php.ini
Platform: | Size: 1024 | Author: 张瑛 | Hits:

[WEB CodePHP_Socket

Description: 使用php实现的socket通信;包含客户端和服务器端;可与c共同实现通信;-Achieved using the php socket communication includes client and server side together to achieve communication with c
Platform: | Size: 48128 | Author: 赵崇 | Hits:

[TCP/IP stackTCPIPserver

Description: This example simple TCP/IP server on PHP.
Platform: | Size: 1024 | Author: Rus | Hits:

[WEB CodeQJ-JSwebgame

Description: 作者: 天秤座 OICQ: 56559574 演示: http://socket.qjblog.net =================================== 此版本仅为演示版本,所写的html,js,php文件均未完善与整理,可读性很差 此版本可能没有下一版本或最终版本,不要期待 =================================== 安装方法(服务器必须支持PHP): 1. 用记事本打开 main.html 设置socket服务器与端口 2. 用记事本打开 server.php 设置socket服务器与端口,以上面的设置必须相同 3. 用记事本打开 server.bat 设置php.exe路径(修改 C:\\php\php-exe) 4. 双击 server.bat.启动完成,不要关闭bat窗口 ================================== · map.html 为地图制作工具,此文件仅在 IE8 中调试过。 · 场景为flash文件,不用跟我拿源文件,swf里面就一张jpg图,没有AS脚本 · socket.swf 内置socket as脚本,使用js (js/qj_socket.js) 可以通信-Author: Libra OICQ: 56559574 Demo: http://socket.qjblog.net =================================== This version is only demo version, written in html, js, php files were not complete and the finishing, poor readability This release may not be the next version or final version, do not expect =================================== Installation method (server must support PHP): 1. Main.html use Notepad to open socket server and port settings 2. Server.php use Notepad to open socket server and port settings to the above must be the same 3. Use Notepad to open server.bat set php.exe path (modify C: \ \ php \ php-exe) Double-click server.bat. Startup is complete, do not close the bat window ================================== · Map.html for the Map Maker, the file only in IE8 debugging. * The scene for the flash file, do not get me the source file, swf inside a jpg on the map, there is no script AS · Socket.swf built-in socket as the script, using js (j
Platform: | Size: 566272 | Author: bemywife | Hits:

[WEB Codeserver

Description: 用PHP SOCKET做QQ服务器。这里仅写了服务器端,客户端可以用FLASH、AIR或C++程序。-To do with PHP SOCKET QQ server. Here only to write the server side, the client can use the FLASH, AIR, or C++ program.
Platform: | Size: 2048 | Author: Joming | Hits:

[WEB CodePHP_SOCKET_SERVER_CLIENT

Description: PHP SOCKET 服务端与客户端实现的简单示例-PHP SOCKET server and client to achieve a simple example
Platform: | Size: 2048 | Author: imouse | Hits:

[Otherphpws_y9ki

Description: 服务端脚本语言php实现,phpws是使用php进行实现的一个简易的php的socket输出通信相关的类库代码php实现源码程序,参考学习应运于开发实践不错的例子-Server-side scripting language php the realization , phpws is the use php to achieve a simple php socket output communication the library code php achieve source programs , learning reference should be shipped in the examples of good development practices
Platform: | Size: 22528 | Author: fbwxjkw | Hits:

[Otherphpws_y2af

Description: 服务端脚本语言php实现,phpws是使用php进行实现的一个简易的php的socket输出通信相关的类库代码php实现源码程序,初学者不错的参考例子程序-Server-side scripting language php the realization , phpws is the php carried out to achieve a simple php socket output communication class library code php achieve source program , beginners good reference example program
Platform: | Size: 22528 | Author: yjchlif | Hits:

[Software EngineeringPHP-Safe-Configured

Description: PHP其实不过是Web服务器的一个模块功能,所以首先要保证Web服务器的安全。当然Web服务器要安全又必须是先保证系统安全,这样就扯远了,无穷无尽。PHP可以和各种Web服务器结合,这里也只讨论Apache。非常建议以chroot方式安装启动Apache,这样即使Apache和PHP及其脚本出现漏洞,受影响的也只有这个禁锢的系统,不会危害实际系统。但是使用chroot的Apache后,给应用也会带来一定的麻烦,比如连接mysql时必须用127.0.0.1地址使用tcp连接而不能用localhost实现socket连接,这在效率上会稍微差一点。还有mail函数发送邮件也是个问题,因为php.ini里的-PHP In fact, it is a module of the Web server function, so we must first ensure the security of the Web server. Of course, the Web server to be safe and must first ensure the safety of the system, so that you pull away, endless. PHP can be combined with a variety of Web servers, here only discuss Apache. Is highly recommended to install chroot start Apache, so that even if the Apache and PHP scripting vulnerability that affected only the detention system, will not harm the actual system. Use the chroot Apache to the application will also bring some trouble, such as mysql connection must be used with the 127.0.0.1 address the tcp connection rather than using localhost socket connection in efficiency will be a little bit worse. Mail function to send mail is also a problem, because the php.ini ...
Platform: | Size: 8192 | Author: fu wen pan | Hits:

[e-languageEasyLanguage-PHP

Description: 通过PHP的socket函数与易语言的数据报构件实现 PHP作服务器与易语言程序 和易语言程序做服务器与PHP程序进行通讯.-The socket function via PHP datagram with easy language PHP for the server component implementation language program with easy to do and easy programming language to communicate with the server and PHP programs.
Platform: | Size: 3072 | Author: 孔元元 | Hits:

[Otherphp-socket

Description: php通过socket实现客户端和服务器端的通信!-php communicate the client and server side through socket!
Platform: | Size: 16384 | Author: 陆国发 | Hits:

[WEB Codephpwebsocket

Description: HTML5+websocket实现PHP简单聊天室,含使用文档+源代码,开发语言:HTML5,Javascript,php,开发工具:Phpstorm 4.0,网上基本找不到一个成功用php写server的案例,比较少商业用途会使用这个脚本语言来实现server。html5 websocket的根本通讯还是基于http get,所以在性能上,理论值会比tcp socket低一点点。   PHP的垃圾回收机制,做socket长连接,是有问题的。   关于多线程,Php本来是单线程的,如果要做到多线程,可以做,但是一些文章说做出来的那个效果,是假的多线程,并不是实际意义上的多线程处理事务(文章说的,尚未证实)。php server长时间运行,是会挂起来的,要定期重启server。可能是由于长连接的原因。   因采用HTML5技术,所以你的浏览器需要支持HTML5,推荐使用火狐或Chrome,Safari等-HTML5+ websocket achieve a simple PHP chat rooms, including the use of documentation+ source code, development languages​ ​ : HTML5, Javascript, php, development tools: Phpstorm 4.0, basically find a successful online server with php written cases, relatively few commercial uses will using this scripting language to implement server. html5 websocket communication is based on the fundamental http get, so the performance will be lower than the theoretical value tcp socket a little bit. PHP s garbage collection mechanism, so long connection socket, there is a problem. Multithreading, Php originally single-threaded, multi-threading if you want to do, you can do it, do it, but some articles say that the effect is a fake multi-threaded, multi-threaded processing services is not practical sense (article says I have not yet confirmed). php server long run, it will hang up, periodically restart the server. May be due to the long connection. Due to the use of HTML5 technology, so
Platform: | Size: 472064 | Author: spudn90 | Hits:

[WEB Codekehuicms7

Description: 软件介绍 包含本站独创的CSS编辑器和CSS代码自动生成功能,用户不需要专业知识即可灵活方便的设置和管理系统功能,改变页面样式,拥有常见问题,歌词库,用户评论等更多的功能和模块,精简代码并且更加安全,修正所有已知问题,集成本站独创的PHP Socket Server Push聊天室模块,启用简繁-繁简自动转换功能,可以即时转换网站内的所有内容,配合多语言功能当系统默认为简体时可以自动将站点内的所有页面及内容转换为繁体显示,增加常见问题模块,增加歌词库模块等-Software introduction Automatic generation function contains the station s original CSS editor and the CSS code, the user does not need to set the function and management system of professional knowledge can be flexible and convenient, change the page style, have a common problem, lyrics , user reviews, more functions and modules, streamlining the code and more safety, correction of all known problems, the integrated station the original PHP Socket Server Push chat room module, enable simplified character automatic conversion function, can instantly convert all content in the website, with multi language function when the system default is simplified automatically when all the pages and the content within the site is converted to traditional display, add FAQ module, add lyrics library module etc.
Platform: | Size: 5110784 | Author: 卢明 | Hits:

[Web Serverkehuicms7

Description: 包含本站独创的CSS编辑器和CSS代码自动生成功能,用户不需要专业知识即可灵活方便的设置和管理系统功能,改变页面样式,拥有常见问题,歌词库,用户评论等更多的功能和模块,精简代码并且更加安全,修正所有已知问题,集成本站独创的PHP Socket Server Push聊天室模块,启用简繁-繁简自动转换功能,可以即时转换网站内的所有内容,配合多语言功能当系统默认为简体时可以自动将站点内的所有页面及内容转换为繁体显示,增加常见问题模块,增加歌词库模块等-CSS editor, and CSS code contains the original site generated automatically, users do not need specialized knowledge to set up and flexible management system functions, change the page style, with FAQs, lyrics , user reviews and more functional and module, and streamline the code more secure, fix all known problems, to integrate the site s original PHP Socket Server Push chat module, enable all models- simplified automatic conversion feature, you can instantly convert all content within the site, with multi-language capabilities when the system automatically defaults to English when all pages and content within the site is converted to traditional display increased FAQ module, increasing the lyrics library module
Platform: | Size: 3814400 | Author: vyjtdm | Hits:

[Web Serverc9cms

Description: Apache+PHP+Mysql 服务器解译引擎: Apache/1.3.29 (Win32) PHP版本: 4.3.4 MySQL: 4.0.17 GD图形处理库:支持 Session支持 Socket支持 程序最多允许使用内存量memory_limit: 16M POST最大字节数post_max_size: 8M -Apache+ PHP+ Mysql server decipher engine: Apache/1.3.29 (Win32) PHP version: 4.3.4 MySQL: 4.0.17 GD graphics library: Support Session Support Socket support program allows a maximum amount of memory memory_limit: 16M POST Maximum bytes post_max_size: 8M
Platform: | Size: 684032 | Author: tms | Hits:

[Web Serverworkerman-for-win-master

Description: Workerman是一款纯PHP开发的开源高性能的PHP socket 服务器框架。被广泛的用于手机app、手游服务端、网络游戏服务器、聊天室服务器、硬件通讯服务器、智能家居、车联网、物联网等领域的开发。 支持TCP长连接,支持Websocket、HTTP等协议,支持自定义协议。-Workerman is an open source high performance PHP socket server framework a pure PHP development. Is widely used in the development of mobile app, mobile games server, network game server, chat server, communications server hardware, intelligent home, car networking, networking and other areas. Support TCP long connections, support Websocket, HTTP protocols, support for custom protocols.
Platform: | Size: 48128 | Author: 常昊 | Hits:

[Web ServerPHP-socket

Description: PHP Sockets Server Communication
Platform: | Size: 49152 | Author: BaDTimE | Hits:

[WEB Codesocket

Description: php tcp客户端与服务器端代码,带阻塞与非阻塞设置,地址重用设置(php tcp client and server)
Platform: | Size: 1024 | Author: xiaoqi007 | Hits:

[WEB Codews-advanced-live-group-chat-master

Description: The socket library provides re-usable interfaces for a socket-layer server and client based on the EventLoop and Stream components.
Platform: | Size: 63488 | Author: francivan | Hits:
« 12 »

CodeBus www.codebus.net