《PHP实用函数手册》系列技术文章整理收藏
1PHP函数补完:error_reporting()
http://www.lai18.com/content/425520.html
2PHP函数补完:get_magic_quotes_gpc()
http://www.lai18.com/content/425521.html
3PHP函数补完:isset()
http://www.lai18.com/content/425514.html
4PHP函数补完:array_multisort()
http://www.lai18.com/content/425516.html
5PHP函数补完:array_splice()
http://www.lai18.com/content/425515.html
6PHP函数补完:preg_match()
http://www.lai18.com/content/425519.html
7PHP函数补完:urlencode()
http://www.lai18.com/content/425518.html
8PHP函数补完:getenv()
http://www.lai18.com/content/425512.html
9PHP函数补完:header()
http://www.lai18.com/content/425511.html
10PHP函数补完:mysql_num_rows()
http://www.lai18.com/content/425508.html
11PHP函数补完:list()
http://www.lai18.com/content/425507.html
12PHP函数补完:number_format()
http://www.lai18.com/content/425502.html
13PHP函数补完:explode()
http://www.lai18.com/content/425499.html
14PHP函数补完:mysql_fetch_array()
http://www.lai18.com/content/425503.html
15PHP函数补完:mysql_query()
http://www.lai18.com/content/425505.html
16PHP函数补完:empty()
http://www.lai18.com/content/425506.html
17PHP函数补完:call_user_func()
http://www.lai18.com/content/425497.html
18PHP函数补完:输出数组结构与内容var_dump()
http://www.lai18.com/content/425487.html
19PHP函数补完:var_export()
http://www.lai18.com/content/425486.html
20PHP函数补完:判断变量是否为数字is_numeric()
http://www.lai18.com/content/425485.html
21PHP函数补完:移除HTML标签strip_tags()
http://www.lai18.com/content/425488.html
22PHP函数补完:parse_url()
http://www.lai18.com/content/425490.html
23PHP函数补完:import_request_variables()
http://www.lai18.com/content/425491.html
24PHP函数补完:ImageCopyResamples()
http://www.lai18.com/content/425492.html
25PHP函数补完:http_build_query()构造URL字符串
http://www.lai18.com/content/425477.html
26PHP实用函数手册:stream_context_create()模拟POST/GET
http://www.lai18.com/content/425476.html
27PHP函数补完:nl2br()与nl2p()函数
http://www.lai18.com/content/425479.html
28PHP函数补完:shuffle()取数组若干个随机元素
http://www.lai18.com/content/425478.html
29PHP函数补完:session_id()
http://www.lai18.com/content/425481.html
30PHP函数补完:session_name()
http://www.lai18.com/content/425482.html
31收藏一些规范化输入输出的PHP函数
http://www.lai18.com/content/424615.html
32PHP函数篇详解十进制、二进制、八进制和十六进制转换函数说明
http://www.lai18.com/content/373467.html
33PHP函数篇之掌握ord()与chr()函数应用
http://www.lai18.com/content/373466.html
34采用PHP函数memory_get_usage获取PHP内存清耗量的方法
http://www.lai18.com/content/373458.html
35非常好用的两个PHP函数 serialize()和unserialize()
http://www.lai18.com/content/373362.html
36PHP函数spl_autoload_register()用法和__autoload()介绍
http://www.lai18.com/content/373353.html
37PHP函数学习之PHP函数点评
http://www.lai18.com/content/373111.html
38浏览器关闭后,能继续执行的php函数(ignore_user_abort)
http://www.lai18.com/content/373066.html
39php函数array_merge用法一例(合并同类数组)
http://www.lai18.com/content/372773.html
40php笔记之:php函数range() round()和list()的使用说明
http://www.lai18.com/content/372637.html
41深入php函数file_get_contents超时处理的方法详解
http://www.lai18.com/content/372482.html
42探讨PHP函数ip2long转换IP时数值太大产生负数的解决方法
http://www.lai18.com/content/372433.html
43sql注入与转义的php函数代码
http://www.lai18.com/content/372249.html
44探讨Smarty中如何获取数组的长度以及smarty调用php函数的详解
http://www.lai18.com/content/372152.html
45解析php函数method_exists()与is_callable()的区别
http://www.lai18.com/content/372110.html
46解析如何通过PHP函数获取当前运行的环境 来进行判断执行逻辑(小技巧)
http://www.lai18.com/content/372008.html
47解析PHP函数array_flip()在重复数组元素删除中的作用
http://www.lai18.com/content/371958.html
48九个你必须知道而且又很好用的php函数和特点
http://www.lai18.com/content/371737.html
49显示程序执行时间php函数代码
http://www.lai18.com/content/371675.html
50PHP函数preg_match_all正则表达式的基本使用详细解析
http://www.lai18.com/content/371674.html
51一些使用频率比较高的PHP函数
http://www.lai18.com/content/328413.html
52PHP函数使用入门
http://www.lai18.com/content/328412.html
53PHP函数preg_match_all正则表达式的简单应用
http://www.lai18.com/content/328311.html
54巧妙运用PHP函数实现采集器
http://www.lai18.com/content/328144.html
55PHP函数range()快速创建数组的方法
http://www.lai18.com/content/328087.html
56PHP函数sort()如何实现数组排序
http://www.lai18.com/content/328088.html
57讲解PHP函数Date()的相关运用
http://www.lai18.com/content/328086.html
58PHP函数array_merge()与加号运算符的不同之处
http://www.lai18.com/content/328083.html
59PHP函数in_array()如何检查数组中的值
http://www.lai18.com/content/328064.html
60如何运用PHP函数array_push()实现数组元素的增加
http://www.lai18.com/content/328061.html
61PHP函数array_merge()合并数组的具体方法解析
http://www.lai18.com/content/328062.html
62分析PHP函数array_pop()的具体使用方式
http://www.lai18.com/content/328059.html
63PHP函数array_shift()在删除数组元素中的用法介绍
http://www.lai18.com/content/328060.html
64PHP函数header()查询单部件的具体方法解析
http://www.lai18.com/content/328052.html
65如何运用PHP函数count()求出数组的长度
http://www.lai18.com/content/328046.html
66PHP函数continue在循环结构中的用法
http://www.lai18.com/content/328041.html
67PHP函数sizeof()的具体使用语法详解
http://www.lai18.com/content/328036.html
68PHP函数asort()利用值排序的具体方式解析
http://www.lai18.com/content/328034.html
69PHP函数Ksort()通过关键字对数组进行排序的具体方式介绍
http://www.lai18.com/content/328033.html
70PHP函数arsort()的功能特点详解
http://www.lai18.com/content/328031.html
71如何运用PHP函数usort()实现自定义排序
http://www.lai18.com/content/328030.html
72PHP函数array_multisort()实现多维数组排序的示例讲解
http://www.lai18.com/content/328027.html
73PHP函数array_flip()在重复数组元素删除中的作用
http://www.lai18.com/content/328019.html
74分析PHP函数explode如何将字符串转换为数组
http://www.lai18.com/content/328020.html
75PHP函数include()的重要性分析
http://www.lai18.com/content/328016.html
76PHP函数参数传递方法的具体改进技巧分享
http://www.lai18.com/content/328012.html
77PHP函数str_replace的具体功能详解
http://www.lai18.com/content/328001.html
78PHP函数echo()的定义和用法解析
http://www.lai18.com/content/327999.html
79浅析PHP函数ereg()的具体使用方法
http://www.lai18.com/content/327995.html
80PHP函数eregi()在实际应用中与ereg()的不同之处
http://www.lai18.com/content/327996.html
81PHP函数mail()的乱码解决方法介绍
http://www.lai18.com/content/327993.html
82PHP函数str_replace在字符串替换操作中的作用
http://www.lai18.com/content/327989.html
83如何使用PHP函数sprintf()将字符串格式化
http://www.lai18.com/content/327988.html
84PHP函数trim()的定义与语法介绍
http://www.lai18.com/content/327987.html
85PHP函数preg_split的正确使用方法
http://www.lai18.com/content/327985.html
86解读PHP函数explode()的具体使用方法
http://www.lai18.com/content/327986.html
87PHP函数implode()与explode()函数的不同之处
http://www.lai18.com/content/327983.html
88PHP函数mb_strcut的使用技巧分享
http://www.lai18.com/content/327981.html
89探讨PHP函数split()如何使用正则表达式切割字符串
http://www.lai18.com/content/327979.html
90PHP函数stristr()的具体使用方式介绍
http://www.lai18.com/content/327972.html
91如何运用PHP函数preg_match_all测试正则表达式效果
http://www.lai18.com/content/327970.html
92如何运用php函数mkdir创建多级目录
http://www.lai18.com/content/327962.html
93PHP函数rmdir()的使用技巧讲解
http://www.lai18.com/content/327958.html
94PHP函数crypt()的功能介绍
http://www.lai18.com/content/327948.html
95分析PHP函数preg_match()的具体代码示例
http://www.lai18.com/content/327935.html
96PHP函数preg_match_all()的相关使用方法介绍
http://www.lai18.com/content/327934.html
97示例讲解PHP函数preg_grep()的使用
http://www.lai18.com/content/327933.html
98解读PHP函数preg_replace()的数组替换代码示例
http://www.lai18.com/content/327929.html
99探讨PHP函数preg_split()的功能实现
http://www.lai18.com/content/327927.html
100分享PHP函数require()的具体使用技巧
http://www.lai18.com/content/327913.html
101PHP函数ini_get_all获取设置选项变量的方法介绍
http://www.lai18.com/content/327908.html
102PHP函数ob_star()的具体使用技巧分享
http://www.lai18.com/content/327903.html
103解读PHP函数strrev()以外的三种逆序排列方法
http://www.lai18.com/content/327834.html
104教你如何正确运用PHP函数flush()
http://www.lai18.com/content/327798.html
105PHP函数shuffle()实现重新排序
http://www.lai18.com/content/327758.html
106PHP函数getimagesize的具体使用方法
http://www.lai18.com/content/327746.html
107如何应用PHP函数imagettftext处理图片
http://www.lai18.com/content/327742.html
108PHP函数可变参数列表的具体实现方法介绍
http://www.lai18.com/content/327736.html
109探讨PHP函数mt_srand使用技巧
http://www.lai18.com/content/327726.html
110分享PHP函数microtime()调用技巧
http://www.lai18.com/content/327721.html
111如何运用PHP函数pack处理资料
http://www.lai18.com/content/327718.html
112PHP函数printarray()不能输出对象
http://www.lai18.com/content/327703.html
113推荐常用PHP函数索引
http://www.lai18.com/content/327701.html
114PHP函数header发放HTTP头信息
http://www.lai18.com/content/327678.html
115PHP函数isset()只能用于变量
http://www.lai18.com/content/327666.html
116PHP函数fwrite安全用于二进制文件
http://www.lai18.com/content/327664.html
117轻松掌握PHP函数eval()应用技巧
http://www.lai18.com/content/327656.html
118如何运用PHP函数fgets读取指针文件
http://www.lai18.com/content/327641.html
119运用PHP函数parse_url分析信息抓取
http://www.lai18.com/content/327640.html
120浅析PHP函数extract()应用技巧
http://www.lai18.com/content/327619.html
121为你详细解读PHP函数mysql_error()
http://www.lai18.com/content/327612.html
122那些未曾了解的PHP函数和功能(1)
http://www.lai18.com/content/327576.html
123不常见却非常有用的PHP函数
http://www.lai18.com/content/327565.html
124分享经常用到的21个PHP函数代码段(下)(1)
http://www.lai18.com/content/327446.html
125介绍10个非常有用的PHP函数
http://www.lai18.com/content/327444.html
126分享经常用到的21个PHP函数代码段(上)(1)
http://www.lai18.com/content/327445.html
127php函数之func_get_args()、func_get_arg()与func_num_args()
http://www.lai18.com/content/327293.html
128很有用的php函数
http://www.lai18.com/content/327279.html
129繁体中文转换为简体中文的PHP函数
http://www.lai18.com/content/327275.html
130php计划任务之ignore_user_abort函数实现方法
http://www.lai18.com/content/368888.html
131PHP中error_log()函数的使用方法
http://www.lai18.com/content/368847.html
132PHP实用函数-array_change_key_case()将数组的键转换大小写
http://www.lai18.com/content/407136.html
133PHP实用函数-function_exists()检测函数是否已定义
http://www.lai18.com/content/407143.html
134PHP实用函数-array_intersect()计算两个或多个数组的交集
http://www.lai18.com/content/407155.html
135PHP实用函数-array_diff()计算数组间的差集
http://www.lai18.com/content/408324.html
136PHP实用函数-compact()将已知变量转换成数组
http://www.lai18.com/content/408326.html
137PHP实用函数-extract()将数组转换成对应键值对变量
http://www.lai18.com/content/408330.html
138PHP实用函数-array_count_values()统计数组中元素出现的次数
http://www.lai18.com/content/408331.html
139PHP实用函数-getopt()从命令行参数列表中获取选项
http://www.lai18.com/content/408333.html
140PHP实用函数 String函数分类
http://www.lai18.com/content/408640.html
141使用PHP自带的filter函数进行数据校验
http://www.lai18.com/content/410997.html