光盘使用说明
CD
源码下载地址:u.115/file/f4b6cd3761
1.本书1、3~10、12~19章所附代码的运行环境
服务器Apache 2.0及以上版本
数据库采用MySQL 4.0.14 及以上版本
PHP采用PHP 4.3及以上版本
2.本书所附光盘范例
第1章(/01/)
code1_1.html                              HTML标签代码
code1_2.html                              HTML文档注释
code1_3.html                              字体格式
code1_4.html                              段落标记符号
code1_5.html                              无序号列表
code1_6.html                              有序号列表
code1_7.html                              文本和图像的位置关系
code1_8.html                              锚点和链接
code1_9.html                              复杂的表格
code1_10.html                              综合实例页面
第3章(/ 03/)
code3_1.php                            简单的PHP程序
code3_2.php                            PHP语言标记
code3_3.php                            PHP的注释
code3_4.php                            变量的命名方式
code3_5.php                            可变变量
code3_6.php                            字符串
code3_7.php                            字符串转义
code3_8.php                            使用定界符定义字符串
code3_9.php                            整型变量的表示
code3_10.php                            浮点型变量的表示
code3_11.php                            浮点型变量的溢出
code3_12.php                            构造数组
code3_13.php                            “猫”对象的PHP实现
code3_14.php                            查看数据类型
code3_15.php                            强制数据类型转换
code3_16.php                            数据类型转换函数
code3_17.php                            指定浮点数的精度
code3_18.php                            浮点型和整型数据间的转化
code3_19.php                            字符串和数字间的转化
code3_20.php                            获得资源的类型
code3_21.php                            对象转换为数组
code3_22.php                            HTML表单页面
code3_23.php                            POST方法的表单处理页面
code3_24.php                            GET方法的HTML处理页面
code3_25.php                            表单处理程序
code3_26.php                            不规范的常量使用
code3_27.php                            常量和变量的检查
php订单管理系统源码 code3_28.php                            “自加”和“自减”运算
code3_29.php                            时间的计算
code3_30.php                            字符串运算符
code3_31.php                            字符串运算符
code3_32.php                            赋值运算
code3_33.php                            位运算
code3_34.php                            管理权限
code3_35.php                            管理权限
code3_36.php                            判断胜负
code3_37.php                            判断数字大小
code3_38.php                            判断某小写字母类型
code3_39.php                            判断某小写字母类型
code3_40.php                            循环输出100以内整数
code3_41.php                            遍历数组
code3_42.php                            输出100以内正整数
code3_43.php                            输出红、绿两相间文字
code3_44.php                            遍历数组
code3_45.php                            break在循环中的应用
code3_46.php                            continue在循环中的应用
code3_47.php                            continue接数字的应用
code3_48.php                            计算圆面积的函数
code3_49.php                            判断函数是否已经被定义
code3_50.php                            按值传递参数
code3_51.php                            按引用传递参数
code3_52.php                            使用函数的默认参数
code3_53.php                            任意数量的参数列表
code3_54.php                            局部变量的应用
code3_55.php                            全局变量的应用
code3_56.php                            静态变量的应用
code3_57.php                            自定义阶乘函数
code3_58.php                            员工的类
code3_59.php                            对象实例化
code3_60.php                            对象实例化
code3_61.php                            类的继承
code3_62.php                            方法重写
第4章(/04/)
code4_1.php                            获取字符串长度
code4_2.php                            取子字符串
code4_3.php                            计算字符出现的位置
code4_4.php                            取得字符
code4_5.php                            反序排列字符串
code4_6.php                            字符串中的分割
code4_7.php                            字符串中的连接
code4_8.php                            删除无用的空格
code4_9.php                            字符串的填补
code4_10.php                            字符串的反转
code4_11.php                            字符串的反转
code4_12.php                            按字节进行字符串的比较
code4_13.php                            忽略字符串大小写的比较
code4_14.php                            数字与字符串的比较
code4_15.php                            按字“自然排序”法进行字符串的比较
code4_16.php                            字符串相似读音的比较
code4_17.php                            单词的相似程度比较
code4_18.php                            两交替的表格
code4_19.php                            将元音字母替换为“*
code4_20.php                            将元音字母替换为“*
code4_21.php                            strtr()函数的第一种形式
code4_22.php                            strtr()函数的第二种形式
code4_23.php                            sprintf()函数的应用
code4_24.php                            格式化数字第一种用法
code4_25.php                            格式化数字第二种用法
code4_26.php                            处理HTML表单
code4_27.php                            htmlentities()函数的一些例子
code4_28.php                            htmlentities()函数的其它一些例子
code4_29.php                            htmlspecialchars ()函数的使用
code4_30.php                            stripslashes()addslashes()函数的使用
code4_31.php                            处理HTML表单
code4_32.php                            表单数据处理函数
code4_33.php                            删除HTML标签
code4_34.php                            解析查询字符串
code4_35.php                            解析URL字符串
code4_36.php                            使用rawurlencode()函数进行URL编码处理
code4_37.php                            使用urlencode()函数进行URL编码处理
code4_38.php                            URL的解码处理
code4_39.php                            构造查询字符串
code4_40.php                            自定义构造查询字符串
第5章(/05/)
code5_1.php                            获取数组的键名和值
code5_2.php                            交换数组的键名和值
code5_3.php                            检索数组的内容
code5_4.php                            检索数组,返回键名
code5_5.php                            检索数组的键名
code5_6.php                            数组内部指针的示例
code5_7.php                            使用each()函数
code5_8.php                            从数组中提取变量
code5_9.php                            从数组中提取变量
code5_10.php                            将变量转换为数组
code5_11.php                            使用array_slice()函数取得数组的一段
code5_12.php                            使用array_splice()函数取得数组的一段
code5_13.php                            使用array_splice()函数替换数组元素
code5_14.php                            分割多个数组
code5_15.php                            填充数组
code5_16.php                            数组与栈
code5_17.php                            栈的应用实例
code5_18.php                            数组与队列
code5_19.php                            从队列删除一个元素
code5_20.php                            向队列插入一个或多个元素
code5_21.php                            队列的应用范例
code5_22.php                            用回调函数处理数组
code5_23.php                            用回调函数处理多个数组
code5_24.php                            用回调函数处理多个数组
code5_ 25.php                            数组转化为单值函数
code5_26.php                            忽略键名的数组排序
code5_27.php                            用户自定义排序
code5_28.php                            保留键名的数组排序
code5_29.php                            自定义数组排序
code5_30.php                            通过键名对数组排序
code5_31.php                            “自然排序”法排序
code5_32.php                            数组求和
code5_33.php                            合并数组
code5_34.php                            合并数组程序的改写
code5_35.php                            递归地合并数组
code5_36.php                            计算数组的差集
code5_37.php                            根据键名计算数组的差集
code5_38.php                            计算数组的交集
code5_39.php                            创建指定范围的数组
code5_40.php                            移除数组中重复的值
code5_41.php                            逆序返回数组
code5_42.php                            数组的随机函数
code5_43.php                            将数组的顺序打乱
第6章(/06/)
code6_1.php                            日期时间的匹配
code6_2.php                            文件名的安全检验
code6_3.php                            数组查询匹配
code6_4.php                            将文本中的链接地址转成HTML
code6_5.php                            文件内容的多行匹配
code6_6.php                            源代码的清理
code6_7.php                            数组替换
code6_8.php                            日期的拆分
code6_9.php                            查文章中单词数量
code6_10.php                            地址的校验
code6_11.php                            URL地址的校验
code6_12.php                            电话号码的校验
code6_13.php                            的校验
code6_14.php                            格式标签的替换
code6_15.php                            格式标签的替换
code6_16.php                            UBBCode.php的源代码
code6_17.php                            UBB代码的测试
code6_18.php                            文件名的匹配
code6_19.php                            日志格式化程序
第7章(/07/)
code7_1.php                            判断文件类型
code7_2.php                            获取文件的属性

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。