CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - PHP extension
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
ASP
ASPX.NET
PHP
JSP/Java
FlashMX
Perl
Other Web Code
SilverLight
Search - PHP extension - List
[
WEB Code
]
UPU
DL : 0
功能列表 - 理论上可以上传无限大的文件 - 实时显示上传状态、进度 - 支持多文件上传以及与表单混合上传 - 方便的用户调用接口 - 兼容不同浏览器 - ... 注意: 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
Date
: 2008-10-13
Size
: 45.61kb
User
:
kuang
[
WEB Code
]
UPU
DL : 0
功能列表 - 理论上可以上传无限大的文件 - 实时显示上传状态、进度 - 支持多文件上传以及与表单混合上传 - 方便的用户调用接口 - 兼容不同浏览器 - ... 注意: 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
Date
: 2025-12-24
Size
: 45kb
User
:
kuang
[
WEB Code
]
PDFlib-7.0.1p1-MSWin32-php
DL : 0
这是一个php的扩展pdf的使用例子程序,看了以后你会对这个扩展熟练掌握。-This is a php extension pdf examples of the use of procedures, you will after seeing this expand master.
Date
: 2025-12-24
Size
: 7.45mb
User
:
linjing
[
WEB Code
]
PHP
DL : 0
php扩展编程,写给初学者,开发环境是linux+PHP+ apache-php extension of programming, written for beginners, development environment is linux PHP apache
Date
: 2025-12-24
Size
: 25kb
User
:
sun
[
WEB Code
]
PHP_Extension_Development_Interface_Tutorial
DL : 0
PHP扩展开发接口教程PHP Extension Development Interface Tutorial-PHP Extension Development Interface Tutorial PHP Extension Development Interface Tutorial
Date
: 2025-12-24
Size
: 4.27mb
User
:
un
[
WEB Code
]
mod_tringme15
DL : 0
Joomal Extension of module allows you to use the services offered by TringMe. It can be used as a help desk or Live contact. Configurable Voice Mail or Phone Call. Requires an account on TringMe.com Version for joomla 1.5.x Demo: http://www.naplesportshoreexcursion.com/-Joomal Extension of module allows you to use the services offered by TringMe. It can be used as a help desk or Live contact. Configurable Voice Mail or Phone Call. Requires an account on TringMe.com Version for joomla 1.5.x Demo: http://www.naplesportshoreexcursion.com/
Date
: 2025-12-24
Size
: 2kb
User
:
yingping
[
WEB Code
]
wav-2009-05-01
DL : 0
一个使用PHP的扩展来读取WAV格式的波谱图的类库-PHP extension that uses WAV format to read the library of spectral graph
Date
: 2025-12-24
Size
: 47kb
User
:
小明
[
WEB Code
]
xmp_php_toolkit-2.0-rev14
DL : 0
XMP Php Toolkit. PHP Extension base on Adobe XMP SDK
Date
: 2025-12-24
Size
: 8.23mb
User
:
Mathias
[
WEB Code
]
cncard
DL : 0
1) 本接口需要 mcrypt 和 bcmath 两个PHP扩展库的支持,请先确认您安装并启用了这两个库。 如果您是虚拟主机用户,一般主机商都会安装这两个标准库,您可以使用 phpinfo() 函数查看PHP配置信息,如果没有安装,请联系主机商解决。 2) 文件说明:netpaylclient.php 为 chinapay 提供的签名验签函数库文件,lib_curl.php 为 chinapay 提供的实用函数库文件,方便您使用 curl 发送 HTTP 请求(需要curl扩展库支持) 3) 拷贝本示例到服务器任意位置(外网需可访问,否则交易应答无法接收), 虚拟主机用户直接FTP上传即可。 4) 您在本公司申请商户号后,将得到两个后缀名为.key的测试密钥文件,其中以 Mer 开头的为私钥文件,以 Pg 开头的为公钥文件。 把这两个密钥文件放到本演示程序所在目录下(其他位置也可,但需要根据实际位置进行相应配置) 打开 netpayclient_config.php 文件,根据您的实际情况修改 PRI_KEY 和 PUB_KEY 两项。 5) 本演示程序附有详细的注释说明,通常情况下,您直接修改本示例中的程序代码即可轻松完成接入。如您有个性化需求,您可以参照《商户网上支付接入手册》帮助理解。-1) This interface requires mcrypt extensive library of and bcmath two PHP support, make sure you install and enable these two libraries. If you are a virtual host the user, generally host will install both standard library, you can use the phpinfo () function to view the PHP configuration Information, if not installed, please contact your host to resolve. 2) files: the library file netpaylclient.php provided for chinapay, signature stamped the, lib_curl.php chinapay Practical library file, easy to use curl to send HTTP requests (needs curl extension library support) 3) copy this example to the server anywhere (outside the network need to access, otherwise the transaction response can not be received), the virtual host users direct FTP upload Can. 4) The applicant merchant in the Company, will be two suffix. The key test key file, which Mer at the beginning of the private key file. Pg at the beginning of the public key file. These two key files into the directory where th
Date
: 2025-12-24
Size
: 277kb
User
:
王浩
[
WEB Code
]
tbszip_2.15
DL : 0
TbsZip 是一个 PHP 的类用来读写 Zip 压缩文件包,该类无需 PHP 扩展或者是临时文件。TbsZip 可以对压缩文档中的文件进行读、写、修改和删除操作。-TbsZip is a PHP class to read and write Zip compressed file package, the class without a PHP extension or temporary files. TbsZip can compress document files to read, write, modify, and delete operations.
Date
: 2025-12-24
Size
: 14kb
User
:
spudn95
[
WEB Code
]
sjcpglxt
DL : 0
拓网手机触屏版PHP网站管理系统,内核是基于dedecms,可看作是DEDECMS的手机建站系统模板,部分页面采用HTML5技术,全面支持 iPhone,iPad,Android,Windows Phone等众多移动设备浏览,拥有文章、组图、专题等多种内容模块;内置智能路由系统自动跳转到移动设备页面,并拥有自动生成机制。 编辑注:本系统已Zend加密,无法修改源代码,只能在现有功能上使用-Mobile touch-screen version of the PHP Extension website management system, the kernel is based dedecms, can be seen as a template DEDECMS mobile station system, part of the page using HTML5 technology, full support for iPhone, iPad, Android, Windows Phone and other mobile devices to browse, with articles, Photos, thematic and other content modules built-in intelligent routing system automatically jump to the page for mobile devices, and has auto-generation mechanism. Editor s note: This system has been Zend encrypted and can not modify the source code, can be used on existing features
Date
: 2025-12-24
Size
: 212kb
User
:
fpudn56
[
WEB Code
]
theme-v0.3.0
DL : 0
PHP扩展Theme2.0 是根据Tinysupe的模板引擎开发的,该版本在Windows平台上还有一些BUG存在,欢迎各个Tinysupe的爱好者下载测试。 在源码包中包含了部分已经生成好的PHP扩展(theme.so 和 php_theme.dll),在精简包中只包含了已经生成好的PHP扩展,如果和PHP的版本不匹配请下载源码包生成。-PHP expansion Theme2.0 is based on the Tinysupe template engine development, the version on the Windows platform, there are some BUG exist, welcome to download the test of all Tinysupe enthusiasts. In the source package contains the part already generated a good PHP extensions (theme.so and PHP Php_theme.dll), in the compact package contains only the already generated a good PHP extension. If PHP version does not match, please download the source code package for the generation.
Date
: 2025-12-24
Size
: 31kb
User
:
小小
[
WEB Code
]
GoogleVoiceApi
DL : 0
Google Voice 短信发送接口PHP开源版,如果需要群发多帐号用英文逗号(,)分隔(86159..,86159..),消息内容不支持中文,当您输入中文的时候系统会自动转换为拼音(为了区分是拼音,拼音首字母大写),保证消息能正常发送(输入 我是旋风 短信内容为 Wo Shi Xuan Feng ) 所需PHP扩展:curl 。字符编码均为GBK(考虑拼音转换)-Google Voice SMS send interface PHP open source version, if need to bulk account with a comma (,) separated (86159.., 86159..), the message content does not support Chinese. When you enter Chinese system will be automatically converted into Pinyin (in order to distinguish Pinyin, Pinyin first word capitalized), to ensure that the message sent to the normal ( I is Wo Shi Xuan Feng tornado the content of the message) Required PHP extension: curl. Character encoding is GBK (consider phonetic conversion)
Date
: 2025-12-24
Size
: 32kb
User
:
[
WEB Code
]
php-tibems.tar
DL : 0
件介绍 PHP-TibJMS是PHP4/PHP5的一个扩展模块,实现从TibcoJMS服务器收/发消息。 Tags: PHP-TibJMS-A introduction PHP-TibJMS is an extension of the PHP4/PHP5 module, realized the TibcoJMS server to receive/send message. Tags:PHP-TibJMS
Date
: 2025-12-24
Size
: 35kb
User
:
gmpudn44
[
WEB Code
]
yodphp-1.4.1
DL : 0
Yod是一个简单的PHP框架,是用C编写的PHP扩展。-It is a simple PHP framework which is written in C and build as PHP extension.
Date
: 2025-12-24
Size
: 2.03mb
User
:
Qiang Su
[
WEB Code
]
22
DL : 0
SemCms是一套开源外贸企业网站管理系统,主要用于外贸企业,主要特点: 快速:体积小,加载速度快。 开源:开放源代码,高水平,高品质。 扩展:可静态化,可根据需求增减功能。 风格:修改编辑风格很容易,只需修改一个CSS文件。 兼容:支持大部分主流浏览器,比如IE、Firefox google、360 等。 程序php版 : php+myslq+apache+div+css。php版采用自适应网站模式开发,兼容pc端、移动和平板端设备(SemCms is a set of open source foreign trade enterprise website management system, mainly used for foreign trade enterprises, the main characteristics: Fast: small volume, fast loading. Open source: open source, high level and high quality. Extension: it can be static, and can be increased or reduced according to demand. Style: modifying editing style is very easy, just modifying one CSS file. Compatibility: support most mainstream browsers, such as IE, Firefox Google, 360, etc. PHP version of the program: php+myslq+apache+div+css. The PHP version is developed by adaptive website mode. It is compatible with PC terminal, mobile peace Board and terminal devices.)
Date
: 2025-12-24
Size
: 9.17mb
User
:
w4t4wt
[
WEB Code
]
321
DL : 0
Piwik是一套基于Php+MySQL技术构建的开源网站访问统计系统,前身是phpMyVisites。Piwik 网站统计系统可以给你详细的统计信息,比如网页 浏览人数, 访问最多的页面, 搜索引擎关键词等等,并且采用了大量的AJAX/Flash技术,使得在操作上更加便易。此外,它还采用了插件扩展及开放API架构,可以让开发人员根据 自已的实际需求创建更多的功能。(Piwik is an open source website access statistics system based on Php+MySQL technology. Its predecessor is phpMyVisites. Piwik website statistics system can give you detailed statistical information, such as the number of web pages, the most visited pages, search engine key words, and so on, and use a lot of AJAX/Flash technology, making it easier to operate. In addition, it also uses plug-in extension and open API architecture, which enables developers to create more functions according to their actual needs.)
Date
: 2025-12-24
Size
: 16.26mb
User
:
5ye5yge
[
WEB Code
]
15
DL : 0
wemall7.0 开源系统,基于thinkphp5开发,支持composer,优化核心,减少依赖,基于全新的架构思想和命名空间。 wemall7.0特性: 基于TP5,性能优越 前后分离,简单方便 插件扩展,功能丰富 钩子机制,高度扩展 自动升级,维护简单 使用pjax,体验提升 rest架构,耦合度低(Wemall7.0 open source system, based on thinkphp5 development, supports composer, optimizes the core and reduces dependence, based on the new architecture idea and namespace. Wemall7.0 features: Based on TP5, performance is superior Before and after separation, simple and convenient Plug-in extension, rich in functionality Hook mechanism, high expansion Automatic upgrade and simple maintenance Use pjax to experience promotion Rest architecture, low coupling)
Date
: 2025-12-24
Size
: 20.63mb
User
:
wy5hwerf
[
WEB Code
]
25
DL : 0
路由系统是基于HYPHP框架开发,框架是一款MVC结构的程序,他的数据库引擎基于PDO扩展上运行(The routing system is developed based on the HYPHP framework. The framework is a MVC structure program, and its database engine runs on the basis of PDO extension.)
Date
: 2025-12-24
Size
: 1.63mb
User
:
3ty4rg
[
WEB Code
]
26
DL : 0
HYBBS是基于HYPHP框架开发,框架是一款MVC结构的程序,他的数据库引擎基于PDO扩展上运行(HYBBS is based on the development of HYPHP framework. The framework is a MVC structure program, and its database engine runs on the basis of PDO extension.)
Date
: 2025-12-24
Size
: 1.62mb
User
:
4ytyw4t
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.