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

Search list

[PHPphp 服务器推送

Description: php的服务器推送例子使用的socket技术进行
Platform: | Size: 2224850 | Author: CHENXIANG6483 | Hits:

[Internet-Networkphptelnet

Description: php的TELNET程序 针对HUAWEI的交换机的一个TELNET程序,可以用以对开发BS模式的控制程序-php TELNET procedures against HUAWEI the switch a TELNET procedures can be used for the development of BS mode control procedures
Platform: | Size: 2048 | Author: 凃杨 | Hits:

[WEB CodeUPU

Description: 功能列表 - 理论上可以上传无限大的文件 - 实时显示上传状态、进度 - 支持多文件上传以及与表单混合上传 - 方便的用户调用接口 - 兼容不同浏览器 - ... 注意: 1. UPU需要php4.3.0及其以上版本,并打开socket扩展 2. upu/temp为上传临时文件存放目录, upu/files为文件存放目录,这两个目录可以在 upu.class.php中指定。 3. 你的<form>中要有enctype="multipart/form-data"这个属性,action为文件上传成功后 的处理页面,也就是说你的<form>完全按照正常的思路来写就可以了,唯一不同的是需 要加入onsubmit="return upuInit(this)" 4. 上传成功后,可以使用$_POST来获取表单数据,如果是普通表单,直接 $_POST[ 表单名称 ]即可获得其值,如果是一个文件,则返回这样一个数组 $_POST[ 表单名字 ] = Array ( [filename] => [clientpath] => [savepath] => [filetype] => [filesize] => [extension] => ) -function list-theoretically unlimited upload large files-real-time display upload state, progress-support multi-file upload form and mixed with upload-called user-friendly interface-compatible with a variety of browsers- .. . Note : 1. UPU need php4.3.0 and above. and open the socket extension 2. Approved/temp to store temporary files upload directory, Approved/files for document storage directory, This directory can be in two upu.class.php designated. 3. You
Platform: | Size: 46080 | Author: kuang | Hits:

[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:

[WEB Codeupu-0.21

Description: 可以显示进度条的上传程序PHP,SOCKET-be able to show the progress of the upload procedures PHP, SOCKET
Platform: | Size: 45056 | Author: 尔无赖 | Hits:

[Browser ClientTestHttp

Description: 这是直接使用SOCKET实现HTTP下载功能的VC源码,通过格式化请求头就很容易实现断点续传和检查更新等等功能.实现了以下功能: 1.连接主机 2.格式化请求头 3.设置接收,发送超时 4.接收并分析回应头 该程序很清晰地实现了从HTTP下载的方法和原理,为个人实现断点续传多线程下载,提供了很好的平台。原文请参阅http://www.openpip.net/bbs/read.php?tid=777,现本人在其基础上增加了暂停/恢复,断点继传功能,正在加入多线程功能,有这方面兴趣的朋友可以一起开发一起交流:oml@qq.com-This is the direct use of HTTP download function SOCKET realize the VC source, through the request header format can easily realize HTTP and check for updates and so on. Realize the following functions: 1. To connect the host 2. Formatted request for the first 3 . set to receive, send overtime 4. to receive and analyze the response to head the program, it was clearly realize downloaded from the HTTP methods and principles, for individuals to achieve multi-threaded HTTP download, provided a good platform. Please refer to the original http://www.openpip.net/bbs/read.php?tid=777, now I am in its basis an increase of pause/resume, following the mass function of a breakpoint, is adding multi-threading capabilities, it has Friend may be interested in aspects of development together with the exchange: oml@qq.com
Platform: | Size: 56320 | Author: ouminliang | Hits:

[TCP/IP stackphp_c_socket_udp

Description: php和c通过socket通信--udp篇-php and c through the socket communication udp articles
Platform: | Size: 1024 | Author: lh | Hits:

[Internet-NetworkPHPQQClient

Description: php编写的QQ软件,不错哦。学习php socket编程的不错资源-php prepared QQ software, oh well. Php socket programming to learn a good resource
Platform: | Size: 159744 | Author: 韩老四 | Hits:

[WEB Codesocket

Description: 使用 php 來建立 socket 連線,傳送資料-Using php to create a socket connection, send data
Platform: | Size: 1024 | Author: luck | Hits:

[xml-soap-webservicemedia_web_cfg

Description: 一个基于PHP语言与JS的网页,里面有Socket通信与PHP对配置文件与XML文件的操作-Based on the PHP language and JS pages, there are Socket Communications and PHP configuration files to XML documents and to operate
Platform: | Size: 306176 | Author: madeng | Hits:

[WEB CodeSocketPHP

Description: Examples of PHP Socket programming: Get FTP folder contents Get Websites HTML code Get country of hostname Get SNMP Send SNMP-TRAP Making Telnet connections with PHP and Sockets
Platform: | Size: 32768 | Author: ecqu | Hits:

[WEB Codesend_mac

Description: PHP实现的远程开机(远程唤醒),挂到Apache或IIS下即可轻松实现Web方式的远程开机功能。本例需要socket库支持。-PHP achieve remote boot (Wake-On-LAN), linked to the Apache or IIS can easily achieve under the Web-function remote boot. In this case support the need for socket library.
Platform: | Size: 1024 | Author: 李少军 | Hits:

[Other Web Codepecl-5.2.2RC2-nts-Win32

Description: HP其实不过是Web服务器的一个模块功能,所以首先要保证Web服务器的安全。当然Web服务器要安全又必须是先保证系统安全,这样就扯远了,无穷无尽。PHP可以和各种Web服务器结合,-Apache。非常建议以chroot方式安装启动Apache,这样即使Apache和PHP及其脚本出现漏洞,受影响的也只有这个禁锢的系统,不会危害实际系统。但是使用chroot的Apache后,给应用也会带来一定的麻烦,比如连接mysql时必须用127.0.0.1地址使用tcp连接而不能用localhost实现socket连接
Platform: | Size: 2813952 | Author: 华玉 | Hits:

[Linux-Unixtcp_server_client

Description: socket通信的源码,其中一端是php代码,另外一端是linux下的c代码-linux kernel scenario analysis of the electronic version of the book introduces the principles of linux kernel
Platform: | Size: 2048 | Author: michaelcjt | 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:

[FlashMXsocket

Description: php+flash socket 实例,实验通过-php flash socket
Platform: | Size: 8192 | Author: 天天 | Hits:

[Internet-Networksocket

Description: socket php 实现创建 连接功能是新手入门的很好的资料-socket php description
Platform: | Size: 2048 | 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 Codesocket_test

Description: socket接口测试,使用php读取socket接口的数据,通过php传递请求方法和请求参数,得到返回结果(The socket interface test uses php to read the data of the socket interface, and transfers the request method and the request parameter through PHP to get the return result.)
Platform: | Size: 1024 | Author: 东亚王子 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net