PHP 4 完全中文手册

来源:互联网 发布:多玩魔盒mac版国服 编辑:程序博客网 时间:2024/05/16 16:12
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 728x15, 创建于 08-4-23MSDN */google_ad_slot = "3624277373";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 160x600, 创建于 08-4-23MSDN */google_ad_slot = "4367022601";google_ad_width = 160;google_ad_height = 600;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>

 

 

目录

导读

第一章   PHP 介绍

来龙去脉

功能概述

PHP 与其它 CGI 的比较

第二章   安装与配置

环境需求与准备工作

快速配置及安装

PHP 的编译配置详细选项

PHP.ini 配置详细选项

如何写作 PHP 程序

第三章   语法

语法简述

hello, world

嵌入方法

引用文件

程序注释

常量与变量

常量类型

变量类型

变量的使用

运算符号

算术运算

字符串运算

赋值运算

位运算

逻辑运算

其它运算符号

流程控制

if..else 条件判断

do..while 循环

for 循环

switch 复合条件判断

其它流程控制

函数与类

自定义函数

第四章   范例程序

计数器

用户认证

聊天室

留言板

意见信箱

广告轮播

 <script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 728x15, 创建于 08-4-23MSDN */google_ad_slot = "3624277373";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>

<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 160x600, 创建于 08-4-23MSDN */google_ad_slot = "4367022601";google_ad_width = 160;google_ad_height = 600;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>