随笔分类 - 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 ...
阅读全文
摘要:PEAR是PHP扩展与应用库(the PHP Extension and Application Repository)的缩写。它是一个PHP扩展及应用的一个代码仓库。简单地说,PEAR之于PHP就像是CPAN(Comprehensive Perl Archive Network)之于Perl。简单...
阅读全文
摘要:引用文件的方法有两种:require 及 include。两种方式提供不同的使用弹性。1、require 的使用方法如 require("MyRequireFile.php"); 。这个函数通常放在 PHP 程序的最前面,PHP 程序在执行前,就会先读入 require 所指定引入的文件,使它变成 ...
阅读全文

浙公网安备 33010602011771号