CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - array class
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 - array class - 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
]
class.db
DL : 0
56.com的一个 MYSQL应用类 class.db.php 实列化 $scfg[‘db’] = array( ‘host’ => ‘db.56.com’, ‘database’ => ‘56h_flv’, ‘username’ => ‘root’, ‘password’ => ‘‘); $db = new db($scfg[‘db’]); // // 函数: insert() // 功能: 插入一条记录 // 参数: @$table 表名 // @$bind array // 返回: 本条记录的 // INSERT INTO round_table // (noble_title, first_name, favorite_color) // VALUES (“King”, “Arthur”, “blue”); -56.com MYSQL application of a Class class.db.php it out of the $ scf g [ 'db'] = array ( 'host' =
Date
: 2008-10-13
Size
: 5.21kb
User
:
夏一平
[
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
: 2026-01-19
Size
: 45kb
User
:
kuang
[
WEB Code
]
htmlSQL
DL : 0
htmlSQL是一个是你可以方便的对HTML和XML内容方便的使用类似SQL语句进行检索的PHP类.也就是说有了它,你不必再去写复杂的函数(正则表达式那类的)来获取特殊的值了. 用htmlSQL查询的方法的例子: SELECT href,title FROM a WHERE $class == "list" ^ ^ ^ 搜索查询 (可以为空) 待返回的属性 ^ ^ 需要搜索的HTML标签 允许使用"*"(= 所有标签) 这个查询返回一个包括所有带有有class="list"属性的超链接的数组. 在htmlSQL里的所有的网页转换用的都是这个卓越的类--Snoopy(版本号 1.2.3 - URL: http://snoopy.sourceforge.net/). Snoopy只用于文件或者字符串查询,其他时候都不适用. 你可以在文件夹snoopy_data/下找到所有Snoopy相关的文档 (版权声明, 说明文档等等).-htmlSQL is one that you can facilitate the right HTML and XML content to facilitate the use of similar S QL statement retrieval of PHP classes. In other words With it, You do not go to write complex function (regular expression of type) to obtain a special value. Inquiries with htmlSQL the examples : SELECT href. FROM WHERE title a $ class == "list" ^ ^ ^ search query (for Air) to be returned to the need to attribute ^ ^ search HTML "*"(= labels allow the use of all labels) back to this inquiry back with an all have class = "list" hyperlink attributes of the array. In htmlSQL Lane all the website is the conversion of the outstanding Class-- Snoopy (version 1.2.3- URL : http :// snoopy.sourceforge.net /). Snoopy used only for documents or String inquiries,
Date
: 2026-01-19
Size
: 27kb
User
:
ck
[
WEB Code
]
class.db
DL : 0
56.com的一个 MYSQL应用类 class.db.php 实列化 $scfg[‘db’] = array( ‘host’ => ‘db.56.com’, ‘database’ => ‘56h_flv’, ‘username’ => ‘root’, ‘password’ => ‘‘); $db = new db($scfg[‘db’]); // // 函数: insert() // 功能: 插入一条记录 // 参数: @$table 表名 // @$bind array // 返回: 本条记录的 // INSERT INTO round_table // (noble_title, first_name, favorite_color) // VALUES (“King”, “Arthur”, “blue”); -56.com MYSQL application of a Class class.db.php it out of the $ scf g [ 'db'] = array ( 'host' =
Date
: 2026-01-19
Size
: 5kb
User
:
夏一平
[
WEB Code
]
advs
DL : 0
js圖片展示 <script type="text/javascript"> var a3={urls:[ http://www.url.com , http://www.url.com , http://www.url.com ], imgs:Array(), currScene:0, slideID:null, IE:(navigator.userAgent.indexOf("MSIE")>0)?true:false, step:10, timeID:null, name: a3 , id:0, stime:6000 } win.add(window, load ,function(){sadvs.initAnimation($( ad_3 ),a3) }) </script> <div id="ad_3" class="ad"><img src="p12497994430.jpg" /><img src="p12497994430.jpg" /><img src="p12497994430.jpg" /></div>-js Pictures <script type="text/javascript"> var a3={urls:[ http://www.url.com , http://www.url.com , http://www.url.com ], imgs:Array(), currScene:0, slideID:null, IE:(navigator.userAgent.indexOf("MSIE")>0)?true:false, step:10, timeID:null, name: a3 , id:0, stime:6000 } win.add(window, load ,function(){sadvs.initAnimation($( ad_3 ),a3) }) </script><div id="ad_3" class="ad"><img src="p12497994430.jpg" /><img src="p12497994430.jpg" /><img src="p12497994430.jpg" /></div>
Date
: 2026-01-19
Size
: 1kb
User
:
kins
[
WEB Code
]
matriz
DL : 0
Class to instantiate an object array and maninula it. Ex: tst_matriz.php
Date
: 2026-01-19
Size
: 2kb
User
:
ManofeniX
[
WEB Code
]
Pivot
DL : 0
php 基于array 的类库,可以生成简单交叉表,还有统计功能-php array-based class library that can generate a simple cross-tables, as well as statistical functions
Date
: 2026-01-19
Size
: 1kb
User
:
肖希明
[
WEB Code
]
userclass
DL : 0
用户注册通用类,User类: 包含有两个私有属性:映射到WORX_USER表中USER_ID字段的$uid和映射到其余字段的数组变量$fields.他们可以通过重写的_get()和 _set()方法进行访问,但是为了防止对$uid的意外修改,保护了$uid.-Register generic type, User class: consists of two private properties: the table is mapped to WORX_USER USER_ID $ uid field in the rest of the field and mapped to the array variable $ fields. They can rewrite the _get () and _ set () method to access, but in order to prevent accidental changes to the $ uid, protected $ uid.
Date
: 2026-01-19
Size
: 2kb
User
:
liuxiaogang
[
WEB Code
]
c
DL : 0
阴历-农历-转换类 /** * 将阳历转换为阴历 * @param year 公历-年 * @param month 公历-月 * @param date 公历-日 */ /** * 将阴历转换为阳历 * @param year 阴历-年 * @param month 阴历-月,闰月处理:例如如果当年闰五月,那么第二个五月就传六月,相当于阴历有13个月,只是有的时候第13个月的天数为0 * @param date 阴历-日 */ /** * 判断是否是闰年 * @param year */ /** * 获取干支纪年 * @param year */ function getLunarYearName($year){ $sky = array( 庚 , 辛 , 壬 , 癸 , 甲 , 乙 , 丙 , 丁 , 戊 , 己 ) $earth = array( 申 , 酉 , 戌 , 亥 , 子 , 丑 , 寅 , 卯 , 辰 , 巳 , 午 , 未 ) $year = $year. return $sky[$year{3}].$earth[$year 12] } /** * 根据阴历年获取生肖 * @param year 阴历年 */ /** * 获取阳历月份的天数 * @param year 阳历-年 * @param month 阳历-月 */-Lunar calendar- Lunar- Conversion Class /** * Will be converted to a lunar solar calendar * @ Param year calendar- years * @ Param month calendar- January * @ Param date calendar- day * / /** Convert solar calendar to lunar calendar* * @ Param year the lunar calendar- years * @ Param month lunar- month, leap month treatment: For example, if a leap year in May, then the second pass in May, June, equivalent to 13 lunar months, but sometimes the first 13 months, 0 days * @ Param date the lunar calendar- day * / /** * Determine whether it is a leap year * @ Param year * / /** * Get Lunar Chronology * @ Param year * / function getLunarYearName ($ year) { $ sky = array ( g , Sim , Wang , Kuei , A , B , C , D , e , have ) $ earth = array ( application , unitary , xu , Hai , sub , ugly , Yin , d , e , had , afternoon , not ) $ year = $ ye
Date
: 2026-01-19
Size
: 3kb
User
:
lee
[
WEB Code
]
Arrays
DL : 0
arrays is a class for construction and editing arrays it is made for a better and easier usage of arrays in php, you can sort any kind of array, find any keys and values in an array,transpose ist, and so on.The basic class (this one ) just treats simple one-dimentional arrays. This means that they have a form like this:array("key"=>"value","key"=>"value",...) or just : array(value, value, value, ...)
Date
: 2026-01-19
Size
: 36kb
User
:
Martin Israel
[
WEB Code
]
MY_Model
DL : 0
A PHP codeigniter extensions for the core model class. usage is like $filters=array() $filters[ where ][ column_name ]="hello" .... $x=new standard_model( table_name ) $array=$x->get($filters)->result_array()
Date
: 2026-01-19
Size
: 2kb
User
:
Ahmed Anas
[
WEB Code
]
scmysqlphplei_v1.4
DL : 0
在开发PHP的过程中由于时常要用到数据库操作,因此写一个数据库操作的类也是必须的。下面这个类可以通过具有参数的数组来构建MySQL查询语句,通过指定的表和字段参数创建SELECT ,INSERT , UPDATE和DELETE语句,创建SQL语句的WHERE条件,像LIKE的查询语句,使用LEFT JOIN和ORDER 语句。-In the process of the development of PHP due to the frequent use of operations, so write a of the operation of the class is also a must. Below this class can with the parameters of the array to build MySQL query, by creating a specified table and field parameters select, insert, update and delete statements to create SQL where clause conditions, like like query using a left join and order statement.
Date
: 2026-01-19
Size
: 5kb
User
:
empudn95
[
WEB Code
]
ugs
DL : 0
统一搜集系统 Univeral Gather System(UGS) 是针对搜集程序设计的一套PHP类 ,使用方便 运行于各种Unix系统 linux系统和Win2000/XP/2003 系统中 类内函数 steal 用于搜集页面文字 cut/cutpro 用于剪切文字 filt/filtx用于过滤文字 change用于改变文字 getenterkey用于获得关键位置的链接Array _striplinks和_striptext 用于产生锚点的Array和文字-Unified collection system Gather System Univeral (UGS) Is a collection of procedures for the design of a set of PHP class, easy to use Running in all kinds of Linux system Unix system and Win2000/XP/2003 system Intra class function Steal used to collect page text Cut/cutpro for shear text Filt/filtx for filtering text Change is used to change text Getenterkey is used to obtain the key position of the link Array _striplinks and _striptext are used to generate Array and anchor text
Date
: 2026-01-19
Size
: 5kb
User
:
Sean Wong
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.