注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計(jì)算機(jī)/網(wǎng)絡(luò)軟件與程序設(shè)計(jì)網(wǎng)絡(luò)編程PHP函數(shù)參考大全

PHP函數(shù)參考大全

PHP函數(shù)參考大全

定 價(jià):¥95.00

作 者: 明日科技 編著
出版社: 人民郵電出版社
叢編項(xiàng): 軟件工程師典藏
標(biāo) 簽: PHP

ISBN: 9787115168085 出版時(shí)間: 2007-12-01 包裝: 平裝
開本: 16 頁數(shù): 820 字?jǐn)?shù):  

內(nèi)容簡介

  本書全面、系統(tǒng)地介紹PHP函數(shù)、語句、自定義函數(shù)及其應(yīng)用,是一本PHP函數(shù)參考大全。 本書以技術(shù)為主線,通過大量的示例、典型應(yīng)用幫助讀者透徹理解PHP函數(shù)及其應(yīng)用。全書共分34章,主要包括變量函數(shù)、字符串函數(shù)、時(shí)間和日期函數(shù)、數(shù)學(xué)函數(shù)、數(shù)組函數(shù)、流程控制語句、正則表達(dá)式函數(shù)、session函數(shù)、類和對象函數(shù)、目錄函數(shù)、文件系統(tǒng)函數(shù)、URL處理函數(shù)、MySQL函數(shù)、Improved MySQL函數(shù)、SQL Server數(shù)據(jù)庫函數(shù)、Oracle數(shù)據(jù)庫函數(shù)、ODBC數(shù)據(jù)庫連接函數(shù)、XML函數(shù)、圖像函數(shù)、網(wǎng)絡(luò)函數(shù)、Socket函數(shù)、Soap函數(shù)、Mail函數(shù)、Imap電子郵件系統(tǒng)函數(shù)、壓縮文件函數(shù)、PHP選項(xiàng)及相關(guān)信息函數(shù)、Apache服務(wù)器專用函數(shù)、程序執(zhí)行功能函數(shù)、FTP文件傳輸函數(shù)、HTTP相關(guān)函數(shù)、輸出控制函數(shù)、信號(hào)與共享內(nèi)存函數(shù)、其他常用函數(shù)、自定義函數(shù)等?!”緯接信涮坠獗P。光盤提供了書中所有典型應(yīng)用程序的源代碼,所有源代碼都經(jīng)過精心調(diào)試,在Windows XP\Windows 2000\Windows Server 2003\Linux\UNIX下測試通過,保證能夠正常運(yùn)行?!”緯歉骷壋绦蜷_發(fā)人員必備的參考書,也非常適合大中專院校師生學(xué)習(xí)參考。

作者簡介

暫缺《PHP函數(shù)參考大全》作者簡介

圖書目錄

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

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) m.ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號(hào) 鄂公網(wǎng)安備 42010302001612號(hào)