注册 | 登录读书好,好读书,读好书!
读书网-DuShu.com
当前位置: 首页出版图书科学技术计算机/网络软件与程序设计网络编程PHP函数参考大全

PHP函数参考大全

PHP函数参考大全

定 价:¥95.00

作 者: 明日科技 编著
出版社: 人民邮电出版社
丛编项: 软件工程师典藏
标 签: PHP

购买这本书可以去


ISBN: 9787115168085 出版时间: 2007-12-01 包装: 平装
开本: 16 页数: 820 字数:  

内容简介

  本书全面、系统地介绍PHP函数、语句、自定义函数及其应用,是一本PHP函数参考大全。 本书以技术为主线,通过大量的示例、典型应用帮助读者透彻理解PHP函数及其应用。全书共分34章,主要包括变量函数、字符串函数、时间和日期函数、数学函数、数组函数、流程控制语句、正则表达式函数、session函数、类和对象函数、目录函数、文件系统函数、URL处理函数、MySQL函数、Improved MySQL函数、SQL Server数据库函数、Oracle数据库函数、ODBC数据库连接函数、XML函数、图像函数、网络函数、Socket函数、Soap函数、Mail函数、Imap电子邮件系统函数、压缩文件函数、PHP选项及相关信息函数、Apache服务器专用函数、程序执行功能函数、FTP文件传输函数、HTTP相关函数、输出控制函数、信号与共享内存函数、其他常用函数、自定义函数等。 本书附有配套光盘。光盘提供了书中所有典型应用程序的源代码,所有源代码都经过精心调试,在Windows XP\Windows 2000\Windows Server 2003\Linux\UNIX下测试通过,保证能够正常运行。 本书是各级程序开发人员必备的参考书,也非常适合大中专院校师生学习参考。

作者简介

暂缺《PHP函数参考大全》作者简介

图书目录

第1章 变量函数 1
1.1 empty函数 2
1.1.1 知识讲解 3
1.1.2 典型应用 3
1.2 floatval函数 3
1.3 get_defined_vars函数 4
1.4 get_resource_type函数 5
1.5 gettype函数 5
1.6 import_request_variables函数 6
1.7 intval函数 6
1.7.1 知识讲解 6
1.7.2 典型应用 7
1.8 is_array函数 8
1.9 is_bool函数 9
1.10 is_float函数 9
1.11 is_int函数 10
1.12 is_null函数 10
1.13 is_numeric函数 11
1.13.1 知识讲解 11
1.13.2 典型应用 11
1.14 is_object函数 12
1.15 is_resource函数 13
1.16 is_scalar函数 14
1.17 is_string函数 14
1.18 isset函数 15
1.18.1 知识讲解 15
1.18.2 典型应用 15
1.19 print_r函数 16
1.20 serialize函数 17
1.21 settype函数 18
1.22 strval函数 18
1.23 unserialize函数 19
1.24 unset函数 19
1.24.1 知识讲解 20
1.24.2 典型应用 20
1.25 var_dump函数 21
1.26 var_export函数 22
第2章 字符串函数 23
2.1 addcslashes函数 26
2.2 addslashes函数 26
2.2.1 知识讲解 27
2.2.2 典型应用 27
2.3 bin2hex函数 27
2.3.1 知识讲解 27
2.3.2 典型应用 27
2.4 chr函数 28
2.5 chunk_split函数 28
2.6 convert_cyr_string函数 29
2.7 count_chars函数 29
2.8 crc32函数 30
2.9 crypt函数 30
2.9.1 知识讲解 31
2.9.2 典型应用 31
2.10 echo函数 31
2.10.1 知识讲解 32
2.10.2 典型应用 32
2.11 explode函数 33
2.11.1 知识讲解 33
2.11.2 典型应用 33
2.12 fprintf函数 34
2.13 htmlentities函数 35
2.13.1 知识讲解 35
2.13.2 典型应用 35
2.14 htmlspecialchars函数 36
2.14.1 知识讲解 36
2.14.2 典型应用 36
2.15 implode函数 37
2.15.1 知识讲解 37
2.15.2 典型应用 37
2.16 join函数 38
2.16.1 知识讲解 38
2.16.2 典型应用 39
2.17 ltrim函数 39
2.18 md5_file函数 40
2.19 md5函数 40
2.19.1 知识讲解 40
2.19.2 典型应用 40
2.20 metaphone函数 41
2.21 nl2br函数 41
2.22 number_format函数 42
2.23 ord函数 42
2.24 parse_str函数 43
2.24.1 知识讲解 43
2.24.2 典型应用 43
2.25 print函数 44
2.25.1 知识讲解 44
2.25.2 典型应用 44
2.26 printf函数 45
2.27 quoted_printable_decode函数 46
2.28 quotemeta函数 46
2.29 rtrim函数 46
2.30 setlocale函数 47
2.31 sha1_file函数 48
2.32 sha1函数 48
2.33 similar_text函数 49
2.34 soundex函数 49
2.35 sprintf函数 50
2.36 sscanf函数 51
2.37 str_ireplace函数 51
2.38 str_pad函数 52
2.39 str_repeat函数 53
2.40 str_replace函数 53
2.41 str_rot13函数 54
2.42 str_shuffle函数 54
2.42.1 知识讲解 54
2.42.2 典型应用 55
2.43 str_split函数 55
2.44 str_word_count函数 56
2.45 strcasecmp函数 56
2.46 strchr函数 57
2.47 strcmp函数 57
2.48 strcoll函数 58
2.49 strcspn函数 58
2.50 strip_tags函数 59
2.51 stripcslashes函数 60
2.52 stripos函数 60
2.53 stripslashes函数 61
2.54 stristr函数 61
2.55 strlen函数 62
2.55.1 知识讲解 62
2.55.2 典型应用 62
2.56 strnatcasecmp函数 64
2.57 strnatcmp函数 65
2.58 strncasecmp函数 65
2.59 strncmp函数 66
2.60 strpos函数 66
2.61 strrchr函数 67
2.62 strrev函数 68
2.63 strripos函数 68
2.64 strrpos函数 69
2.65 strspn函数 69
2.66 strstr函数 70
2.67 strtok函数 71
2.68 strtolower函数 71
2.68.1 知识讲解 71
2.68.2 典型应用 72
2.69 strtoupper函数 72
2.69.1 知识讲解 72
2.69.2 典型应用 73
2.70 strtr函数 73
2.71 substr_count函数 74
2.72 substr_replace函数 74
2.73 substr函数 75
2.73.1 知识讲解 75
2.73.2 典型应用 76
2.74 trim函数 78
2.75 ucfirst函数 79
2.75.1 知识讲解 79
2.75.2 典型应用 79
2.76 ucwords函数 80
2.77 vprintf函数 81
2.78 vsprintf函数 82
第3章 时间和日期函数 85
3.1 checkdate函数 86
3.1.1 知识讲解 86
3.1.2 典型应用 87
3.2 date函数 87
3.2.1 知识讲解 87
3.2.2 典型应用 88
3.3 getdate函数 90
3.4 gettimeofday函数 91
3.5 gmdate函数 91
3.6 gmmktime函数 92
3.7 gmstrftime函数 92
3.8 localtime函数 93
3.9 microtime函数 93
3.9.1 知识讲解 94
3.9.2 典型应用 94
3.10 mktime函数 94
3.10.1 知识讲解 94
3.10.2 典型应用 95
3.11 strftime函数 95
3.12 strtotime函数 97
3.13 time函数 97
第4章 数学函数 99
4.1 abs函数 101
4.2 acos函数 101
4.3 asin函数 102
4.4 atan2函数 102
4.5 atan函数 103
4.6 base_convert函数 103
4.6.1 知识讲解 103
4.6.2 典型应用 103
4.7 bindec函数 104
4.8 ceil函数 104
4.9 cos函数 105
4.10 cosh函数 105
4.11 decbin函数 105
4.12 dechex函数 106
4.13 decoct函数 106
4.14 deg2rad函数 106
4.15 exp函数 107
4.16 floor函数 107
4.17 fmod函数 107
4.18 getrandmax函数 108
4.19 hexdec函数 108
4.20 is_finite函数 109
4.21 is_infinite函数 109
4.22 is_nan函数 109
4.23 lcg_value函数 110
4.24 log10函数 110
4.25 log函数 110
4.26 max函数 111
4.26.1 知识讲解 111
4.26.2 典型应用 111
4.27 min函数 112
4.27.1 知识讲解 112
4.27.2 典型应用 113
4.28 mt_getrandmax函数 113
4.29 mt_rand函数 114
4.29.1 知识讲解 114
4.29.2 典型应用 114
4.30 mt_srand函数 114
4.30.1 知识讲解 115
4.30.2 典型应用 115
4.31 octdec函数 115
4.32 pi函数 116
4.33 pow函数 116
4.34 rad2deg函数 116
4.35 rand函数 117
4.35.1 知识讲解 117
4.35.2 典型应用 117
4.36 round函数 118
4.37 sin函数 118
4.38 sinh函数 118
4.39 sqrt函数 119
4.40 srand函数 119
4.40.1 知识讲解 119
4.40.2 典型应用 119
4.41 tan函数 120
4.42 tanh函数 120
第5章 数组函数 121
5.1 array_change_key_case函数 123
5.2 array_chunk函数 124
5.3 array_combine函数 125
5.4 array_count_values函数 126
5.5 array_diff_assoc函数 126
5.6 array_diff_uassoc函数 127
5.7 array_diff函数 128
5.8 array_fill函数 128
5.9 array_filter函数 129
5.10 array_flip函数 130
5.11 array_intersect_assoc函数 130
5.12 array_intersect函数 131
5.13 array_key_exists函数 132
5.14 array_key函数 132
5.15 array_map函数 133
5.16 array_merge_recursive函数 134
5.17 array_merge函数 134
5.18 array_multisort函数 135
5.19 array_pad函数 136
5.20 array_pop函数 137
5.20.1 知识讲解 137
5.20.2 典型应用 137
5.21 array_push函数 138
5.22 array_rand函数 139
5.22.1 知识讲解 139
5.22.2 典型应用 139
5.23 array_reduce函数 140
5.24 array_reverse函数 141
5.25 array_search函数 141
5.26 array_shift函数 142
5.27 array_slice函数 143
5.28 array_splice函数 144
5.29 array_sum函数 145
5.30 array_udiff_assoc函数 145
5.31 array_udiff_uassoc函数 146
5.32 array_udiff函数 147
5.33 array_unique函数 148
5.34 array_unshift函数 149
5.35 array_values函数 149
5.36 array_walk函数 150
5.37 array函数 151
5.38 arsort函数 152
5.38.1 知识讲解 152
5.38.2 典型应用 152
5.39 asort函数 153
5.39.1 知识讲解 153
5.39.2 典型应用 153
5.40 compact函数 154
5.41 count函数 155
5.41.1 知识讲解 155
5.41.2 典型应用 155
5.42 current函数 156
5.43 each函数 156
5.43.1 知识讲解 157
5.43.2 典型应用 157
5.44 end函数 158
5.45 extract函数 158
5.46 in_array函数 159
5.46.1 知识讲解 159
5.46.2 典型应用 160
5.47 key函数 161
5.48 krsort函数 161
5.48.1 知识讲解 161
5.48.2 典型应用 161
5.49 ksort函数 162
5.49.1 知识讲解 162
5.49.2 典型应用 163
5.50 list函数 163
5.50.1 知识讲解 163
5.50.2 典型应用 164
5.51 natcasesort函数 164
5.52 natsort函数 165
5.53 next函数 166
5.54 prev函数 166
5.55 range函数 167
5.56 reset函数 168
5.57 rsort函数 168
5.58 shuffle函数 169
5.59 sort函数 169
5.60 uasort函数 170
5.61 uksort函数 171
5.62 usort函数 171
第6章 流程控制语句 173
6.1 if语句 174
6.1.1 知识讲解 174
6.1.2 典型应用 176
6.2 while语句 176
6.2.1 知识讲解 176
6.2.2 典型应用 177
6.3 do…while语句 178
6.4 for语句 178
6.5 foreach语句 179
6.5.1 知识讲解 180
6.5.2 典型应用 180
6.6 switch语句 181
6.6.1 知识讲解 181
6.6.2 典型应用 182
第7章 正则表达式函数 183
7.1 preg_grep函数 184
7.2 preg_match_all函数 185
7.3 preg_match函数 186
7.3.1 知识讲解 186
7.3.2 典型应用 186
7.4 preg_quote函数 187
7.5 preg_replace_callback函数 187
7.6 preg_replace函数 188
7.6.1 知识讲解 188
7.6.2 典型应用 189
7.7 preg_split函数 189
7.7.1 知识讲解 189
7.7.2 典型应用 190
7.8 ereg_replace函数 190
7.9 ereg函数 191
7.10 eregi_replace函数 192
7.11 eregi函数 192
7.12 split函数 193
7.13 spliti函数 193
7.14 sql_regcase函数 194
第8章 session函数 195
8.1 session_cache_expire函数 196
8.2 session_cache_limiter函数 197
8.3 session_decode函数 198
8.4 session_destroy函数 198
8.4.1 知识讲解 198
8.4.2 典型应用 199
8.5 session_encode函数 199
8.6 session_get_cookie_params函数 200
8.7 session_id函数 200
8.8 session_is_registered函数 201
8.9 session_module_name函数 201
8.10 session_name函数 201
8.11 session_regenerate_id函数 202
8.12 session_register函数 202
8.12.1 知识讲解 203
8.12.2 典型应用 203
8.13 session_save_path函数 203
8.14 session_set_cookie_params函数 204
8.15 session_set_save_handler函数 204
8.16 session_start函数 205
8.16.1 知识讲解 205
8.16.2 典型应用 206
8.17 session_unregister函数 207
8.18 session_unset函数 208
8.19 session_write_close函数 208
第9章 类和对象函数 209
9.1 class_exists函数 210
9.2 get_class_methods函数 211
9.3 get_class_vars函数 211
9.4 get_class函数 212
9.4.1 知识讲解 212
9.4.2 典型应用 212
9.5 get_declared_classes函数 213
9.6 get_object_vars函数 214
9.7 get_parent_class函数 215
9.8 is_a函数 215
9.9 is_subclass_of函数 216
9.10 method_exists函数 217
第10章 目录函数 219
10.1 chdir函数 220
10.1.1 知识讲解 220
10.1.2 典型应用 220
10.2 chroot函数 221
10.3 dir函数 221
10.3.1 知识讲解 221
10.3.2 典型应用 222
10.4 closedir函数 223
10.5 getcwd函数 223
10.5.1 知识讲解 223
10.5.2 典型应用 223
10.6 opendir函数 224
10.6.1 知识讲解 224
10.6.2 典型应用 224
10.7 readdir函数 224
10.7.1 知识讲解 225
10.7.2 典型应用 225
10.8 rewinddir函数 225
10.9 scandir函数 226
第11章 文件系统函数 227
11.1 basename函数 230
11.1.1 知识讲解 230
11.1.2 典型应用 230
11.2 chgrp函数 231
11.3 chmod函数 231
11.4 chown函数 232
11.5 clearstatcache函数 232
11.6 copy函数 233
11.6.1 知识讲解 233
11.6.2 典型应用 233
11.7 dirname函数 234
11.7.1 知识讲解 234
11.7.2 典型应用 234
11.8 disk_free_space函数 234
11.9 disk_total_space函数 235
11.10 fclose函数 235
11.11 feof函数 236
11.12 fflush函数 236
11.13 fgetc函数 236
11.13.1 知识讲解 237
11.13.2 典型应用 237
11.14 fgetcsv函数 237
11.15 fgets函数 238
11.15.1 知识讲解 238
11.15.2 典型应用 239
11.16 fgetss函数 239
11.17 file_exists函数 240
11.18 file_get_contents函数 240
11.19 file_put_contents函数 241
11.20 file函数 241
11.20.1 知识讲解 241
11.20.2 典型应用 242
11.21 fileatime函数 242
11.22 fileatime函数 243
11.23 filegroup函数 243
11.24 fileinode函数 243
11.25 filemtime函数 244
11.26 fileowner函数 244
11.27 fileperms函数 244
11.28 filesize函数 245
11.29 filetype函数 245
11.30 flock函数 245
11.31 fnmatch函数 246
11.32 fopen函数 247
11.32.1 知识讲解 247
11.32.2 典型应用 247
11.33 fpassthru函数 248
11.34 fread 函数 248
11.35 fscanf函数 249
11.36 fseek函数 249
11.37 fstat函数 250
11.38 ftell函数 250
11.39 ftruncate函数 251
11.40 fwrite函数 251
11.41 glob函数 252
11.42 is_dir函数 252
11.43 is_executable函数 253
11.44 is_file函数 253
11.45 is_link函数 254
11.46 is_readable函数 254
11.47 is_uploaded_file 函数 254
11.48 is_writable函数 255
11.49 mkdir函数 255
11.50 move_uploaded_file函数 256
11.50.1 知识讲解 256
11.50.2 典型应用 256
11.51 parse_ini_file 函数 257
11.52 pathinfo 函数 257
11.53 pclose函数 258
11.54 popen 函数 258
11.55 readfile函数 259
11.55.1 知识讲解 259
11.55.2 典型应用 260
11.56 realpath函数 260
11.57 rename函数 260
11.57.1 知识讲解 261
11.57.2 典型应用 261
11.58 rewind函数 261
11.59 rmdir函数 262
11.60 tempnam函数 262
11.61 tmpfile函数 263
11.62 touch函数 263
11.63 unlink函数 264
11.63.1 知识讲解 264
11.63.2 典型应用 264
第12章 URL处理函数 265
12.1 base64_decode函数 266
12.1.1 知识讲解 266
12.1.2 典型应用 266
12.2 base64_encode函数 267
12.2.1 知识讲解 267
12.2.2 典型应用 267
12.3 http_build_query函数 268
12.3.1 知识讲解 268
12.3.2 典型应用 268
12.4 parse_url函数 269
12.5 rawurldecode函数 270
12.6 rawurlencode函数 271
12.7 urldecode函数 271
12.7.1 知识讲解 271
12.7.2 典型应用 271
12.8 urlencode函数 272
12.8.1 知识讲解 272
12.8.2 典型应用 273
第13章 MySQL函数 275
13.1 mysql_affected_rows函数 277
13.2 mysql_client_encoding函数 278
13.3 mysql_close函数 278
13.3.1 知识讲解 278
13.3.2 典型应用 279
13.4 mysql_connect函数 280
13.4.1 知识讲解 280
13.4.2 典型应用 281
13.5 mysql_create_db函数 282
13.6 mysql_data_seek函数 282
13.7 mysql_db_name函数 283
13.8 mysql_db_query函数 284
13.9 mysql_errno 函数 285
13.10 mysql_error函数 285
13.11 mysql_escape_string函数 286
13.12 mysql_fetch_array函数 286
13.12.1 知识讲解 286
13.12.2 典型应用 287
13.13 mysql_fetch_assoc函数 289
13.14 mysql_fetch_field函数 289
13.15 mysql_fetch_lengths函数 291
13.16 mysql_fetch_object函数 291
13.16.1 知识讲解 292
13.16.2 典型应用 292
13.17 mysql_fetch_row函数 294
13.17.1 知识讲解 294
13.17.2 典型应用 295
13.18 mysql_field_flags函数 295
13.19 mysql_field_len函数 296
13.20 mysql_field_name函数 296
13.21 mysql_field_seek函数 297
13.21.1 知识讲解 297
13.21.2 典型应用 297
13.22 mysql_field_table函数 298
13.23 mysql_field_type函数 299
13.24 mysql_free_result函数 299
13.25 mysql_get_client_info函数 300
13.26 mysql_get_host_info函数 300
13.27 mysql_get_proto_info函数 301
13.28 mysql_get_server_info函数 301
13.29 mysql_info函数 302
13.30 mysql_insert_id函数 302
13.31 mysql_list_dbs函数 303
13.32 mysql_list_fields函数 303
13.33 mysql_list_processes函数 304
13.34 mysql_list_tables函数 305
13.34.1 知识讲解 305
13.34.2 典型应用 305
13.35 mysql_num_fields函数 306
13.36 mysql_num_rows函数 306
13.37 mysql_pconnect函数 307
13.37.1 知识讲解 307
13.37.2 典型应用 307
13.38 mysql_ping函数 308
13.39 mysql_query函数 309
13.39.1 知识讲解 309
13.39.2 典型应用 310
13.40 mysql_real_escape_string函数 312
13.41 mysql_result函数 312
13.42 mysql_select_db函数 313
13.42.1 知识讲解 313
13.42.2 典型应用 313
13.43 mysql_stat函数 314
13.44 mysql_tablename函数 315
13.45 mysql_thread_id 函数 316
第14章 Improved MySQL函数 317
14.1 mysqli_affected_rows函数 320
14.1.1 知识讲解 320
14.1.2 典型应用 320
14.2 mysqli_autocommit函数 321
14.2.1 知识讲解 321
14.2.2 典型应用 322
14.3 mysqli_change_user函数 322
14.3.1 知识讲解 322
14.3.2 典型应用 323
14.4 mysqli_character_set_name函数 323
14.4.1 知识讲解 324
14.4.2 典型应用 324
14.5 mysqli_close函数 324
14.5.1 知识讲解 325
14.5.2 典型应用 325
14.6 mysqli_commit函数 325
14.7 mysqli_connect_errno函数 326
14.8 mysqli_connect_error函数 326
14.9 mysqli_connect函数 327
14.9.1 知识讲解 327
14.9.2 典型应用 327
14.10 mysqli_data_seek函数 328
14.10.1 知识讲解 328
14.10.2 典型应用 328
14.11 mysqli_debug 函数 329
14.12 mysqli_dump_debug_info函数 329
14.13 mysqli_errno函数 330
14.14 mysqli_error函数 330
14.15 mysqli_fetch_array函数 331
14.15.1 知识讲解 331
14.15.2 典型应用 331
14.16 mysqli_fetch_assoc函数 332
14.16.1 知识讲解 332
14.16.2 典型应用 332
14.17 mysqli_fetch_field_direct函数 333
14.17.1 知识讲解 333
14.17.2 典型应用 334
14.18 mysqli_fetch_field函数 335
14.18.1 知识讲解 335
14.18.2 典型应用 336
14.19 mysqli_fetch_fields函数 337
14.20 mysqli_fetch_lengths函数 338
14.21 mysqli_fetch_object函数 339
14.21.1 知识讲解 339
14.21.2 典型应用 340
14.22 mysqli_fetch_row函数 341
14.22.1 知识讲解 341
14.22.2 典型应用 341
14.23 mysqli_field_count函数 342
14.23.1 知识讲解 342
14.23.2 典型应用 342
14.24 mysqli_field_seek函数 343
14.24.1 知识讲解 343
14.24.2 典型应用 343
14.25 mysqli_field_tell函数 345
14.26 mysqli_free_result函数 345
14.27 mysqli_get_client_info函数 346
14.28 mysqli_get_client_version函数 346
14.29 mysqli_get_host_info函数 346
14.30 mysqli_get_proto_info函数 347
14.31 mysqli_get_server_info函数 347
14.32 mysqli_get_server_version函数 348
14.33 mysqli_info函数 348
14.34 mysqli_insert_id函数 349
14.35 mysqli_kill函数 349
14.36 mysqli_more_results函数 350
14.37 mysqli_multi_query函数 350
14.37.1 知识讲解 351
14.37.2 典型应用 351
14.38 mysqli_next_result函数 352
14.38.1 知识讲解 352
14.38.2 典型应用 352
14.39 mysqli_num_fields函数 353
14.39.1 知识讲解 353
14.39.2 典型应用 353
14.40 mysqli_num_rows函数 354
14.40.1 知识讲解 354
14.40.2 典型应用 355
14.41 mysqli_options函数 355
14.42 mysqli_ping函数 356
14.43 mysqli_prepare函数 356
14.44 mysqli_query函数 357
14.44.1 知识讲解 357
14.44.2 典型应用 358
14.45 mysqli_real_connect函数 358
14.45.1 知识讲解 359
14.45.2 典型应用 359
14.46 mysqli_real_escape_string函数 360
14.47 mysqli_real_query函数 361
14.47.1 知识讲解 361
14.47.2 典型应用 361
14.48 mysqli_report 函数 362
14.49 mysqli_rollback函数 363
14.50 mysqli_select_db函数 363
14.50.1 知识讲解 364
14.50.2 典型应用 364
14.51 mysqli_send_query函数 365
14.52 mysqli_sqlstate函数 365
14.53 mysqli_stat函数 366
14.54 mysqli_stmt_affected_rows函数 366
14.54.1 知识讲解 366
14.54.2 典型应用 367
14.55 mysqli_stmt_bind_param函数 368
14.56 mysqli_stmt_bind_result函数 369
14.56.1 知识讲解 369
14.56.2 典型应用 370
14.57 mysqli_stmt_close函数 371
14.58 mysqli_stmt_data_seek函数 371
14.59 mysqli_stmt_errno函数 372
14.60 mysqli_stmt_error函数 373
14.61 mysqli_stmt_execute函数 373
14.61.1 知识讲解 373
14.61.2 典型应用 374
14.62 mysqli_stmt_fetch 375
14.62.1 知识讲解 375
14.62.2 典型应用 375
14.63 mysqli_stmt_init函数 376
14.64 mysqli_stmt_num_rows函数 377
14.65 mysqli_stmt_param_count函数 378
14.66 mysqli_stmt_ prepare函数 378
14.66.1 知识讲解 378
14.66.2 典型应用 379
14.67 mysqli_stmt_result_metadata函数 380
14.68 mysqli_stmt_send_long_data函数 380
14.69 mysqli_stmt_sqlstate函数 381
14.70 mysqli_stmt_store_result函数 382
14.71 mysqli_store_result函数 382
14.72 mysqli_thread_id函数 383
14.73 mysqli_use_result函数 383
14.74 mysqli_warning_count函数 384
第15章 SQL Server数据库函数 385
15.1 mssql_close函数 386
15.1.1 知识讲解 386
15.1.2 典型应用 387
15.2 mssql_connect 函数 388
15.2.1 知识讲解 388
15.2.2 典型应用 388
15.3 mssql_data_seek函数 390
15.4 mssql_fetch_array函数 391
15.4.1 知识讲解 391
15.4.2 典型应用 392
15.5 mssql_fetch_assoc函数 393
15.6 mssql_fetch_field 函数 394
15.7 mssql_fetch_object函数 395
15.7.1 知识讲解 395
15.7.2 典型应用 396
15.8 mssql_fetch_row函数 397
15.8.1 知识讲解 397
15.8.2 典型应用 397
15.9 mssql_field_length函数 398
15.10 mssql_field_name函数 399
15.11 mssql_field_seek函数 399
15.11.1 知识讲解 400
15.11.2 典型应用 400
15.12 mssql_field_type函数 401
15.13 mssql_free_result函数 401
15.14 mssql_num_fields 函数 402
15.15 mssql_num_rows函数 402
15.16 mssql_pconnect 函数 403
15.16.1 知识讲解 403
15.16.2 典型应用 403
15.17 mssql_query函数 404
15.17.1 知识讲解 404
15.17.2 典型应用 405
15.18 mssql_result 函数 407
15.19 mssql_select_db函数 407
15.19.1 知识讲解 408
15.19.2 典型应用 408
第16章 Oracle数据库函数 411
16.1 oci_bind_by_name函数 413
16.1.1 知识讲解 413
16.1.2 典型应用 414
16.2 oci_cancel函数 416
16.3 oci_close函数 417
16.4 oci_commit函数 417
16.4.1 知识讲解 417
16.4.2 典型应用 418
16.5 oci_connect函数 419
16.5.1 知识讲解 419
16.5.2 典型应用 420
16.6 oci_define_by_name函数 420
16.6.1 知识讲解 421
16.6.2 典型应用 421
16.7 oci_execute函数 422
16.8 oci_fetch_all函数 423
16.8.1 知识讲解 423
16.8.2 典型应用 424
16.9 oci_fetch_array函数 425
16.9.1 知识讲解 425
16.9.2 典型应用 426
16.10 oci_fetch_assoc函数 427
16.11 oci_fetch_object函数 428
16.12 oci_fetch_row函数 429
16.13 oci_fetch函数 429
16.14 oci_field_is_null函数 430
16.15 oci_field_name函数 431
16.15.1 知识讲解 431
16.15.2 典型应用 432
16.16 oci_field_precision函数 433
16.17 oci_field_scale函数 434
16.18 oci_field_size函数 435
16.19 oci_field_type_raw函数 436
16.20 oci_field_type函数 437
16.21 oci_free_statement函数 438
16.22 oci_new_connect函数 439
16.23 oci_new_cursor函数 440
16.24 oci_new_descriptor函数 441
16.25 oci_num_fields函数 441
16.26 oci_num_rows函数 442
16.27 oci_parse函数 443
16.28 oci_password_change函数 444
16.29 oci_pconnect函数 445
16.30 oci_result函数 445
16.31 oci_rollback函数 446
16.32 oci_server_version函数 447
16.33 oci_statement_type函数 447
16.34 ocifetchinto函数 448
16.35 ora_bind函数 448
16.36 ora_close函数 449
16.37 ora_columnname函数 450
16.38 ora_columnsize函数 451
16.39 ora_columntype函数 452
16.40 ora_do函数 453
16.41 ora_error函数 453
16.42 ora_errorcode函数 454
16.43 ora_exec函数 454
16.44 ora_fetch_into函数 455
16.44.1 知识讲解 455
16.44.2 典型应用 456
16.45 ora_fetch函数 456
16.45.1 知识讲解 456
16.45.2 典型应用 457
16.46 ora_getcolumn函数 458
16.46.1 知识讲解 458
16.46.2 典型应用 458
16.47 ora_logoff函数 460
16.48 ora_logon函数 460
16.49 ora_numcols函数 461
16.50 ora_numrows函数 461
16.51 ora_open函数 462
16.52 ora_parse函数 462
16.53 ora_plogon函数 463
第17章 ODBC数据库连接函数 465
17.1 odbc_autocommit函数 467
17.1.1 知识讲解 467
17.1.2 典型应用 467
17.2 odbc_binmode函数 468
17.3 odbc_close_all函数 469
17.4 odbc_close函数 469
17.5 odbc_commit函数 470
17.6 odbc_connect函数 470
17.6.1 知识讲解 470
17.6.2 典型应用 471
17.7 odbc_cursor函数 472
17.8 odbc_data_source函数 472
17.9 odbc_do函数 473
17.9.1 知识讲解 473
17.9.2 典型应用 473
17.10 odbc_error函数 474
17.11 odbc_errormsg函数 474
17.12 odbc_exec函数 475
17.12.1 知识讲解 475
17.12.2 典型应用 475
17.13 odbc_execute函数 476
17.14 odbc_fetch_array函数 476
17.14.1 知识讲解 477
17.14.2 典型应用 477
17.15 odbc_fetch_into函数 478
17.16 odbc_fetch_object函数 478
17.16.1 知识讲解 478
17.16.2 典型应用 479
17.17 odbc_fetch_row函数 480
17.18 odbc_field_len函数 480
17.19 odbc_field_name函数 481
17.20 odbc_field_num函数 481
17.21 odbc_field_type函数 482
17.22 odbc_free_result函数 483
17.23 odbc_gettypeinfo函数 483
17.24 odbc_num_fields函数 484
17.25 odbc_num_rows函数 484
17.26 odbc_pconnect函数 484
17.26.1 知识讲解 485
17.26.2 典型应用 485
17.27 odbc_prepare函数 486
17.27.1 知识讲解 486
17.27.2 典型应用 486
17.28 odbc_result_all函数 487
17.29 odbc_result函数 487
17.30 odbc_rollback函数 488
17.31 odbc_setoption函数 489
第18章 XML函数 491
18.1 SimpleXMLElement->asXML函数 492
18.2 SimpleXMLElement->attributes函数 493
18.3 SimpleXMLElement->children函数 493
18.4 SimpleXMLElement->xpath函数 494
18.5 simplexml_import_dom函数 495
18.6 simplexml_load_file函数 495
18.7 simplexml_load_string函数 496
18.8 utf8_decode函数 496
18.9 utf8_encode函数 496
18.10 xml_error_string函数 497
18.11 xml_get_error_code函数 497
18.12 xml_parse_into_struct函数 498
18.13 xml_parse函数 499
18.14 xml_parser_create函数 499
18.15 xml_parser_free函数 500
18.16 xml_set_character_data_handler函数 500
18.17 xml_set_element_handler函数 501
第19章 图像函数 503
19.1 exif_imagetype函数 505
19.2 exif_read_data函数 506
19.3 gd_info函数 507
19.4 getimagesize函数 508
19.5 imagearc函数 508
19.6 imagechar函数 509
19.7 imagecharup函数 510
19.8 imagecolorallocate函数 511
19.9 imagecolorallocatealpha函数 511
19.10 imagecolorat函数 512
19.11 imagecolordeallocate函数 513
19.12 imagecolorexact函数 513
19.13 imagecolorexactalpha函数 513
19.14 imagecolormatch函数 514
19.15 imagecolorresolve函数 515
19.16 imagecolorset函数 515
19.17 imagecolorsforindex函数 516
19.18 imagecolorstotal函数 516
19.19 imagecolortransparent函数 517
19.20 imagecopy函数 518
19.21 imagecopymerge函数 518
19.22 imagecopymergegray函数 519
19.23 imagecopyresampled函数 520
19.24 imagecopyresized函数 521
19.24.1 知识讲解 521
19.24.2 典型应用 521
19.25 imagecreate函数 522
19.25.1 知识讲解 522
19.25.2 典型应用 522
19.26 imagecreatefromgif函数 523
19.26.1 知识讲解 523
19.26.2 典型应用 523
19.27 imagecreatefromjpeg函数 524
19.28 imagecreatefrompng函数 525
19.29 imagecreatetruecolor函数 526
19.29.1 知识讲解 526
19.29.2 典型应用 526
19.30 imagedestroy函数 528
19.30.1 知识讲解 528
19.30.2 典型应用 529
19.31 imageellipse函数 530
19.32 imagefill函数 531
19.33 imagefilledarc函数 532
19.33.1 知识讲解 532
19.33.2 典型应用 532
19.34 imagefilledellipse函数 536
19.35 imagefilledpolygon函数 536
19.36 imagefilledrectangle函数 537
19.36.1 知识讲解 537
19.36.2 典型应用 538
19.37 imagefontheight函数 540
19.38 imagefontwidth函数 540
19.39 imagegif函数 541
19.39.1 知识讲解 541
19.39.2 典型应用 541
19.40 imageinterlace函数 543
19.41 imageistruecolor函数 544
19.42 imagejpeg函数 544
19.43 imageline函数 545
19.43.1 知识讲解 545
19.43.2 典型应用 545
19.44 imagepng函数 547
19.44.1 知识讲解 548
19.44.2 典型应用 548
19.45 imagepolygon函数 550
19.46 imagerectangle函数 551
19.47 imagerotate函数 551
19.48 imagesetpixel函数 552
19.49 imagesetstyle函数 553
19.50 imagesetthickness函数 554
19.51 imagesettile函数 554
19.52 imagestring函数 555
19.52.1 知识讲解 555
19.52.2 典型应用 556
19.53 imagestringup函数 557
19.54 imagesx函数 558
19.55 imagesy函数 559
19.56 imagetruecolortopalette函数 559
19.57 imagettfbbox函数 560
19.58 imagettftext函数 561
19.58.1 知识讲解 561
19.58.2 典型应用 562
19.59 imagetypes函数 563
19.60 imagewbmp函数 563
19.61 jpeg2wbmp函数 564
19.62 png2wbmp函数 564
第20章 网络函数 567
20.1 closelog函数 568
20.2 fsockopen函数 568
20.2.1 知识讲解 569
20.2.2 典型应用 569
20.3 gethostbyaddr函数 570
20.3.1 知识讲解 570
20.3.2 典型应用 570
20.4 gethostbyname函数 570
20.4.1 知识讲解 570
20.4.2 典型应用 571
20.5 gethostbynamel函数 571
20.6 getprotobyname函数 571
20.7 getprotobynumber函数 572
20.8 getservbyname函数 572
20.9 getservbyport函数 572
20.10 ip2long函数 573
20.10.1 知识讲解 573
20.10.2 典型应用 573
20.11 long2ip函数 574
20.12 openlog函数 574
20.13 pfsockopen函数 575
20.13.1 知识讲解 575
20.13.2 典型应用 575
20.14 syslog函数 576
第21章 Socket函数 577
21.1 socket_accept函数 578
21.2 socket_bind函数 579
21.3 socket_clear_error函数 579
21.4 socket_close函数 580
21.5 socket_connect函数 580
21.6 socket_create_listen函数 581
21.7 socket_create函数 581
21.8 socket_getsockname函数 582
21.9 socket_last_error函数 582
21.10 socket_listen函数 583
21.11 socket_read函数 583
21.12 socket_send函数 584
21.13 socket_sendto函数 585
21.14 socket_set_block函数 585
21.15 socket_set_nonblock函数 586
21.16 socket_shutdown函数 586
21.17 socket_strerror函数 587
21.18 socket_write函数 587
第22章 Soap函数 589
22.1 SoapClient::SoapClient函数 590
22.1.1 知识讲解 590
22.1.2 典型应用 591
22.2 SoapClient::_call函数 592
22.3 SoapClient::_getFunctions函数 593
22.4 SoapFault::SoapFault函数 593
22.5 SoapServer::SoapServer函数 594
22.6 SoapServer:addFunction函数 594
22.7 SoapServer::getFunctions函数 595
22.8 SoapServer::setClass函数 595
第23章 Mail函数 597
23.1 ezmlm_hash函数 598
23.1.1 知识讲解 598
23.1.2 典型应用 598
23.2 Mail函数 599
23.2.1 知识讲解 599
23.2.2 典型应用 599
第24章 Imap电子邮件系统函数 601
24.1 imap_8bit函数 603
24.2 imap_alerts函数 603
24.3 imap_append函数 604
24.4 imap_base64函数 604
24.5 imap_binary函数 605
24.6 imap_body函数 605
24.7 imap_bodystruct函数 606
24.8 imap_check函数 606
24.8.1 知识讲解 606
24.8.2 典型应用 607
24.9 imap_clearflag_full函数 609
24.10 imap_close函数 610
24.11 imap_createmailbox函数 610
24.12 imap_delete函数 611
24.12.1 知识讲解 611
24.12.2 典型应用 611
24.13 imap_deletemailbox函数 612
24.14 imap_errors函数 613
24.15 imap_expunge函数 613
24.16 imap_fetch_overview函数 613
24.17 imap_fetchbody函数 614
24.18 imap_fetchheader函数 615
24.19 imap_fetchstructure函数 615
24.19.1 知识讲解 615
24.19.2 典型应用 616
24.20 imap_getmailboxes函数 617
24.21 imap_header函数 618
24.21.1 知识讲解 618
24.21.2 典型应用 619
24.22 imap_headers函数 621
24.23 imap_last_error函数 621
24.24 imap_list函数 622
24.25 imap_listmailbox函数 622
24.26 imap_mail_compose函数 623
24.26.1 知识讲解 623
24.26.2 典型应用 624
24.27 imap_mail_copy函数 625
24.28 imap_mail_move函数 625
24.29 imap_mail函数 626
24.30 imap_mailboxmsginfo函数 627
24.31 imap_mime_header_decode函数 628
24.32 imap_msgno函数 628
24.33 imap_num_msg函数 629
24.34 imap_num_recent函数 629
24.35 imap_open函数 629
24.35.1 知识讲解 630
24.35.2 典型应用 630
24.36 imap_ping函数 631
24.37 imap_renamemailbox函数 632
24.38 imap_reopen函数 632
24.39 imap_rfc822_parse_adrlist函数 633
24.40 imap_rfc822_write_address函数 634
24.41 imap_scanmailbox函数 634
24.42 imap_search函数 635
24.42.1 知识讲解 635
24.42.2 典型应用 635
24.43 imap_set_quota函数 636
24.44 imap_setflag_full函数 637
24.45 imap_sort函数 638
24.46 imap_status函数 638
24.47 imap_uid函数 639
24.48 imap_undelete函数 640
24.49 imap_utf7_decode函数 640
24.50 imap_utf7_encode函数 641
第25章 压缩文件函数 643
25.1 gzclose函数 644
25.2 gzcompress函数 645
25.2.1 知识讲解 645
25.2.2 典型应用 645
25.3 gzdeflate函数 646
25.4 gzencode函数 647
25.5 gzeof函数 647
25.6 gzfile函数 648
25.7 gzgetc函数 648
25.8 gzgets函数 649
25.9 gzgetss函数 650
25.10 gzinflate函数 650
25.11 gzopen函数 651
25.12 gzpassthru函数 652
25.13 gzread函数 652
25.14 gzrewind函数 653
25.15 gzseek函数 653
25.16 gztell函数 654
25.17 gzuncompress函数 654
25.17.1 知识讲解 655
25.17.2 典型应用 655
25.18 gzwrite函数 656
25.19 readgzfile函数 657
第26章 PHP选项及相关信息函数 659
26.1 assert_options函数 661
26.2 assert函数 662
26.3 dl函数 662
26.4 extension_loaded函数 663
26.5 get_cfg_var函数 664
26.6 get_current_user函数 664
26.7 get_defined_constants函数 664
26.8 get_extension_funcs函数 665
26.9 get_include_path函数 666
26.10 get_included_files函数 667
26.11 get_loaded_extensions函数 667
26.12 get_magic_quotes_gpc函数 668
26.13 get_magic_quotes_runtime函数 668
26.14 getenv函数 669
26.15 getlastmod函数 669
26.16 getmygid函数 670
26.17 getmyinode函数 670
26.18 getmypid函数 671
26.19 getmyuid函数 671
26.20 getopt函数 671
26.21 getrusage函数 672
26.22 ini_get_all函数 672
26.23 ini_get函数 673
26.24 ini_restore函数 673
26.25 ini_set函数 674
26.25.1 知识讲解 674
26.25.2 典型应用 674
26.26 memory_get_usage函数 675
26.27 php_ini_scanned_files函数 676
26.28 php_logo_guid函数 676
26.29 php_sapi_name函数 677
26.30 php_uname函数 677
26.31 phpcredits函数 678
26.32 phpinfo函数 679
26.33 phpversion函数 680
26.34 putenv函数 681
26.35 restore_include_path函数 681
26.36 set_include_path函数 682
26.37 set_magic_quotes_runtime函数 682
26.38 set_time_limit函数 683
26.39 version_compare函数 683
26.40 zend_logo_guid函数 684
26.41 zend_version函数 684
第27章 Apache服务器专用函数 685
27.1 apache_child_terminate函数 686
27.2 apache_get_modules函数 687
27.3 apache_get_version函数 687
27.4 apache_getenv函数 688
27.5 apache_lookup_uri函数 688
27.6 apache_note函数 689
27.7 apache_request_headers函数 690
27.8 apache_response_headers函数 690
27.9 apache_setenv函数 691
27.10 getallheaders函数 691
27.11 virtual函数 692
第28章 程序执行功能函数 693
28.1 escapeshellarg函数 694
28.2 escapeshellcmd函数 694
28.3 exec函数 695
28.4 passthru函数 695
28.5 proc_close函数 696
28.6 proc_open函数 696
28.7 proc_terminate函数 697
28.8 shell_exec函数 697
28.9 system函数 698
第29章 FTP文件传输函数 699
29.1 ftp_alloc函数 700
29.2 ftp_cdup函数 701
29.2.1 知识讲解 701
29.2.2 典型应用 702
29.3 ftp_chdir函数 703
29.3.1 知识讲解 703
29.3.2 典型应用 703
29.4 ftp_chmod函数 704
29.5 ftp_close函数 705
29.6 ftp_connect函数 705
29.7 ftp_delete函数 706
29.7.1 知识讲解 706
29.7.2 典型应用 707
29.8 ftp_exec函数 708
29.9 ftp_fget函数 708
29.10 ftp_fput函数 709
29.11 ftp_get_option函数 710
29.12 ftp_get函数 710
29.13 ftp_login函数 711
29.14 ftp_mdtm函数 712
29.14.1 知识讲解 712
29.14.2 典型应用 712
29.15 ftp_mkdir函数 714
29.16 ftp_nb_continue函数 714
29.17 ftp_nb_fget函数 715
29.18 ftp_nb_fput函数 716
29.19 ftp_nb_get函数 716
29.20 ftp_nb_put函数 717
29.21 ftp_nlist函数 718
29.21.1 知识讲解 718
29.21.2 典型应用 719
29.22 ftp_pasv函数 720
29.23 ftp_put函数 720
29.24 ftp_pwd函数 721
29.25 ftp_raw函数 721
29.26 ftp_rawlist函数 722
29.27 ftp_rename函数 723
29.27.1 知识讲解 723
29.27.2 典型应用 723
29.28 ftp_rmdir函数 725
29.29 ftp_set_option函数 726
29.30 ftp_site函数 726
29.31 ftp_size函数 727
29.32 ftp_ssl_connect函数 728
29.33 ftp_systype函数 728
第30章 HTTP相关函数 729
30.1 header函数 730
30.1.1 知识讲解 730
30.1.2 典型应用 730
30.2 headers_list函数 731
30.3 headers_sent函数 732
30.4 setcookie函数 732
30.4.1 知识讲解 732
30.4.2 典型应用 733
第31章 输出控制函数 735
31.1 flush函数 736
31.2 ob_clean函数 737
31.3 ob_end_clean函数 737
31.4 ob_end_flush函数 738
31.5 ob_flush函数 738
31.6 ob_get_clean函数 738
31.7 ob_get_contents函数 739
31.8 ob_get_flush函数 739
31.9 ob_get_length函数 740
31.10 ob_get_level函数 740
31.11 ob_get_status函数 741
31.12 ob_gzhandler函数 741
31.13 ob_implicit_flush函数 742
31.14 ob_list_handlers函数 743
31.15 ob_start函数 743
31.15.1 知识讲解 743
31.15.2 典型应用 744
31.16 output_add_rewrite_var函数 745
31.17 output_reset_rewrite_vars函数 746
第32章 信号与共享内存函数 747
32.1 shmop_close函数 748
32.2 shmop_delete函数 749
32.3 shmop_open函数 749
32.4 shmop_read函数 750
32.5 shmop_size函数 750
32.6 shmop_write函数 751
32.7 ftok函数 751
32.8 msg_get_queue函数 752
32.9 msg_receive函数 752
32.10 msg_remove_queue函数 753
32.11 msg_send函数 754
32.12 msg_set_queue函数 754
32.13 msg_stat_queue函数 755
32.14 sem_acquire函数 755
32.15 sem_get函数 756
32.16 sem_release函数 756
32.17 sem_remove函数 757
32.18 shm_attach函数 757
32.19 shm_detach函数 758
32.20 shm_get_var函数 758
32.21 shm_put_var函数 759
32.22 shm_remove_var函数 759
32.23 shm_remove函数 760
第33章 其他常用函数 761
33.1 connection_aborted函数 762
33.2 connection_status函数 763
33.3 die函数 763
33.3.1 知识讲解 763
33.3.2 典型应用 764
33.4 constant函数 765
33.5 define函数 765
33.6 defined函数 766
33.7 eval函数 766
33.8 exit函数 767
33.8.1 知识讲解 767
33.8.2 典型应用 767
33.9 get_browser函数 768
33.10 highlight_file函数 769
33.11 highlight_string函数 770
33.12 ignore_user_abort函数 770
33.13 pack函数 770
33.14 sleep函数 772
33.15 uniqid函数 773
33.15.1 知识讲解 773
33.15.2 典型应用 773
33.16 unpack函数 774
33.17 usleep函数 774
33.18 require函数 775
33.18.1 知识讲解 775
33.18.2 典型应用 776
33.19 include函数 778
33.19.1 知识讲解 778
33.19.2 典型应用 778
33.20 require_once函数 779
33.20.1 知识讲解 780
33.20.2 典型应用 780
33.21 include_once函数 781
33.21.1 知识讲解 782
33.21.2 典型应用 782
第34章 自定义函数 785
34.1 encrypt函数 786
34.1.1 知识讲解 786
34.1.2 典型应用 787
34.2 unhtml函数 788
34.2.1 知识讲解 788
34.2.2 典型应用 789
34.3 chinese_substr函数 790
34.3.1 知识讲解 790
34.3.2 典型应用 790
34.4 china_date函数 792
34.4.1 知识讲解 792
34.4.2 典型应用 793
34.5 mysql_gb2312函数 793
34.5.1 知识讲解 793
34.5.2 典型应用 794
34.6 downfile函数 795
34.7 upload_file函数 795
34.7.1 知识讲解 796
34.7.2 典型应用 796
34.8 make_seed函数 797
34.8.1 知识讲解 797
34.8.2 典型应用 797
索引 799

本目录推荐