W e S D
0 1

随笔分类 -  PHP

摘要:This program reformat and beautify PHP source code files automatically. The program is Open Source and distributed under the terms of PHP Licence. It ... 阅读全文
posted @ 2015-07-26 14:51 SD.Team 阅读(764) 评论(0) 推荐(0)
摘要:PEAR是PHP扩展与应用库(the PHP Extension and Application Repository)的缩写。它是一个PHP扩展及应用的一个代码仓库。简单地说,PEAR之于PHP就像是CPAN(Comprehensive Perl Archive Network)之于Perl。简单... 阅读全文
posted @ 2015-07-26 14:21 SD.Team 阅读(507) 评论(0) 推荐(0)
摘要:引用文件的方法有两种:require 及 include。两种方式提供不同的使用弹性。1、require 的使用方法如 require("MyRequireFile.php"); 。这个函数通常放在 PHP 程序的最前面,PHP 程序在执行前,就会先读入 require 所指定引入的文件,使它变成 ... 阅读全文
posted @ 2015-06-07 20:55 SD.Team 阅读(208) 评论(0) 推荐(0)