搜索资源列表
FCKeditor_0[1].9.2b
- FCK editor是一个HTML/DHTML编辑器,用于 ASP, ASP.NET, PHP, 和 Javascr ipt ,它给Web带来了很多著名的桌面编辑器(如Word)的强大功能性。它非常轻便,不需要客户机上的任何类型的安装。-FCK editor is a HTML/DHTML editor, uses in ASP, ASP.NET, PHP, with Javascr ipt, it has brought the very many renowned tabletop edi
sou
- 一个PHP编写的搜索程序,英文版的.一开始是用来给新手教学用的,非常实用!-a PHP prepared by the search procedures and English. A start was for the purpose of teaching newcomers, very practical!
php4Delphi
- delphi下对PHP进行二次开发的接口控件,版本6.2 PHP4Delphi is a Delphi interface to PHP for Delphi 5, 6, 7, Delphi 2005 and Delphi 2006,支持PHP至5.1.2-delphi right under the Second PHP Development Interface Controls Version 6.2 PHP4Delphi Delphi is a PHP interface to az r
PHP-and-MySQL
- PHP+MYSQL-WEB开发(原版第四版)——源代码,这本书真的很好,适合初学者,也适合高手做工具书。-PHP+ MYSQL-WEB development (original fourth edition)- source code, this book is really good for beginners, but also for experts to do books.
BOCH
- 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。-A language with LISP parser. The use of Bottom-up Chart Parsing algorithm, the procedure very simple and efficient,
topapi_taoke
- [基本功能] 1.淘宝客商品分类检索 2.淘宝客搜索推广,内嵌淘宝客搜索推广代码,只需配置文件即可进行商品推广; 3.网站商品管理以及店铺管理,可以灵活的组织网站商品及店铺信息; 4.淘宝客频道推广; 5.淘宝客商品模板管理; 6.伪静态页面,更有利于搜索引擎收录 [系统环境需求] 1、Windows 平台: IIS/Apache + PHP5 2、Linux/Unix 平台 Apache + PHP5 建议使用平台:Linux +
Delphi_for_php
- Using PHP for Delphi
jpgraph
- php上制作图表的最佳类,修改了字体,解决了中文显示问题。-The best class for php,solved the Chinese display problem
explorateur-de-classes-PHP
- it is an code browser for php
Micro-compiler
- 一个简单的 micro 语言编译器,其包括 scanner,parser,code generator 并使用 php 开发。-A simple compiler for Micro language which include scanner,parser,code generator and implement in PHP.
Delphi-for-PHP-Users-Guide
- Delphi for PHP Manual
jsp_bjq
- PHP+JS版简单实用编辑器 本编辑器是采用js程序处理,部分代友来自互联网,本人搜整理改成PHP版的。 infosubmit_free.php 为调用的源文件,你可以到里面找到调用方法 editor.php 为主要的处理程序,编辑器 selcolor.php 为处理颜色的程序 css文件为控制编辑器的样式的 img_free.php 为文件上传的程序,目前只支持图片,有那位朋友有时间可以完善成支持附件什么的都行 ,不过别忘记共享一下。 编辑器内容在写入数据库时要
js-beautify.php
- Javascr ipt beautifier for TextWrangler
EasyLanguage-PHP
- 通过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
PHP
- php学习的好书,适合新手学习使用,快速进入php世界,适合新手-php learning books, suitable for novices to learn to use, quick access to php world, suitable for beginners
Gammu-1.31.0-Windows
- this form .php for dropdown choice town
php-public-atribute
- objec oriented programing in encaptulation, property have akses public in php. if public akses for default program in objek oriented program, program with php.
excel-downloader
- Php For Excel downloader files
ace_1.3.3后台框架
- 后台框架,用于后台开发,里面功能齐全,满足一般的后台开发使用。(Background framework for background development, which features complete, to meet the general background of the development and use.)
函数
- 函数分为系统函数和自定义函数 自定义函数定义特点: function 函数名的要求:只能够由字母、下划线和数字构成,而数字不能作为首字母 如果有返回值,用return关键字把要返回的数据返回。(Function is divided into system function and user-defined function Custom function definition features: Function Requirements for function names: