PHP-基础
- 介绍
- 本地环境安装
- 安装 WNMP 环境
- 代码编辑器选择
- 语法
- 变量与常量
- 常见输出函数
- 数据类型之四种标量类型
- 数据类型之三种复合类型
- 数据类型之两种特殊类型
- Operators:运算符
- 流程控制:条件判断语句
- 流程控制:循环语句
- 流程控制:中止语句
- 函数
- 类和对象:基本概念
- 类和对象:类结构
- 类和对象:面向对象
- 类和对象:三种特殊类
- 类和对象
- 类和对象:Trait
- 类和对象:魔术方法
- 命名空间
- 【实战】PHP表单
PHP-函数
-
String
- addcslashes()
- addslashes()
- bin2hex()
- chop()
- chr()
- chunk_split()
- convert_cyr_string()
- convert_uudecode()
- convert_uuencode()
- count_chars()
- crc32()
- crypt()
- echo
- explode()
- fprintf()
- get_html_translation_table()
- hebrev()
- hebrevc()
- hex2bin()
- htmlentities()
- htmlspecialchars()
- htmlspecialchars_decode()
- html_entity_decode()
- implode()
- join()
- lcfirst()
- levenshtein()
- localeconv()
- ltrim()
- md5()
- md5_file()
- metaphone()
- money_format()
- nl2br()
- nl_langinfo()
- number_format()
- ord()
- parse_str()
- printf
- quoted_printable_decode()
- quoted_printable_encode()
- quotemeta()
- rtrim()
- setlocale()
- sha1()
- sha1_file()
- similar_text()
- soundex()
- sprintf()
- sscanf()
- strcasecmp()
- strchr()
- strcmp()
- strcoll()
- strcspn()
- stripcslashes()
- stripos()
- stripslashes()
- strip_tags()
- stristr()
- strlen()
- strnatcasecmp()
- strnatcmp()
- strncasecmp()
- strncmp()
- strpbrk()
- strpos()
- strrchr()
- strrev()
- strripos()
- strrpos()
- strspn()
- strstr()
- strtok()
- strtolower()
- strtoupper()
- strtr()
- str_getcsv()
- str_ireplace()
- str_pad()
- str_repeat()
- str_replace()
- str_rot13()
- str_shuffle()
- str_split()
- str_word_count()
- substr()
- substr_compare()
- substr_count()
- substr_replace()
- trim()
- ucfirst()
- ucwords()
- vfprintf()
- vprintf()
- vsprintf()
- wordwrap()
-
Array
- array()
- array_change_key_case()
- array_chunk()
- array_column()
- array_combine()
- array_count_values()
- array_diff()
- array_diff_assoc()
- array_diff_key()
- array_diff_uassoc()
- array_diff_ukey()
- array_fill()
- array_fill_keys()
- array_filter()
- array_flip()
- array_intersect()
- array_intersect_assoc()
- array_intersect_key()
- array_intersect_uassoc()
- array_intersect_ukey()
- array_keys()
- array_key_exists()
- array_key_first()
- array_key_last()
- array_map()
- array_merge()
- array_merge_recursive()
- array_multisort()
- array_pad()
- array_pop()
- array_product()
- array_push()
- array_rand()
- array_reduce()
- array_replace()
- array_replace_recursive()
- array_reverse()
- array_search()
- array_shift()
- array_slice()
- array_splice()
- array_sum()
- array_udiff()
- array_udiff_assoc()
- array_udiff_uassoc()
- array_uintersect()
- array_uintersect_assoc()
- array_uintersect_uassoc()
- array_unique()
- array_unshift()
- array_values()
- array_walk()
- array_walk_recursive()
- arsort()
- asort()
- compact()
- count()
- current()
- each()
- end()
- extract()
- in_array()
- key()
- key_exists()
- krsort()
- ksort()
- list()
- natcasesort()
- natsort()
- next()
- pos()
- prev()
- range()
- reset()
- rsort()
- shuffle()
- sizeof()
- sort()
- uasort()
- uksort()
- usort()
-
File
- basename()
- chgrp()
- chmod()
- chown()
- clearstatcache()
- copy()
- dirname()
- diskfreespace()
- disk_free_space()
- disk_total_space()
- fclose()
- feof()
- fflush()
- fgetc()
- fgetcsv()
- fgets()
- fgetss()
- file()
- fileatime()
- filectime()
- filegroup()
- fileinode()
- filemtime()
- fileowner()
- fileperms()
- filesize()
- filetype()
- file_exists()
- file_get_contents()
- file_put_contents()
- flock()
- fnmatch()
- fopen()
- fpassthru()
- fputcsv()
- fputs()
- fread()
- fscanf()
- fseek()
- fstat()
- ftell()
- ftruncate()
- fwrite()
- glob()
- is_dir()
- is_executable()
- is_file()
- is_link()
- is_readable()
- is_uploaded_file()
- is_writable()
- is_writeable()
- lchgrp()
- lchown()
- link()
- linkinfo()
- lstat()
- mkdir()
- move_uploaded_file()
- parse_ini_file()
- parse_ini_string()
- pathinfo()
- pclose()
- popen()
- readfile()
- readlink()
- realpath()
- realpath_cache_get()
- realpath_cache_size()
- rename()
- rewind()
- rmdir()
- set_file_buffer()
- stat()
- symlink()
- tempnam()
- tmpfile()
- touch()
- umask()
- unlink()
-
Datetime
- checkdate()
- date()
- date_add()
- date_create()
- date_create_from_format()
- date_date_set()
- date_default_timezone_get()
- date_default_timezone_set()
- date_diff()
- date_format()
- date_get_last_errors()
- date_interval_create_from_date
- date_interval_format()
- date_isodate_set()
- date_modify()
- date_offset_get()
- date_parse()
- date_parse_from_format()
- date_sub()
- date_sunrise()
- date_sunset()
- date_sun_info()
- date_timestamp_get()
- date_timestamp_set()
- date_timezone_get()
- date_timezone_set()
- date_time_set()
- getdate()
- gettimeofday()
- gmdate()
- gmmktime()
- gmstrftime()
- idate()
- localtime()
- microtime()
- mktime()
- strftime()
- strptime()
- strtotime()
- time()
- timezone_abbreviations_list()
- timezone_identifiers_list()
- timezone_location_get()
- timezone_name_from_abbr()
- timezone_name_get()
- timezone_offset_get()
- timezone_open()
- timezone_transitions_get()
- timezone_version_get()
-
Filter
-
HTTP
-
cURL
- curl_close()
- curl_copy_handle()
- curl_errno()
- curl_error()
- curl_escape()
- curl_exec()
- curl_file_create()
- curl_getinfo()
- curl_init()
- curl_multi_add_handle()
- curl_multi_close()
- curl_multi_errno()
- curl_multi_exec()
- curl_multi_getcontent()
- curl_multi_info_read()
- curl_multi_init()
- curl_multi_remove_handle()
- curl_multi_select()
- curl_multi_setopt()
- curl_multi_strerror()
- curl_pause()
- curl_reset()
- curl_setopt()
- curl_setopt_array()
- curl_share_close()
- curl_share_errno()
- curl_share_init()
- curl_share_setopt()
- curl_share_strerror()
- curl_strerror()
- curl_unescape()
- curl_version()
-
PDO
-
PDOStatement
fgetcsv()
1. 定义
从文件指针处读取一行字符,直到遇到换行符、文件末尾或者函数参数列表中指定的长度($length - 1)后停止,并对行中的CSV
字段进行解析。
如果没有指定length
,则默认为1024
字节。
读取成功时返回解析后的CSV字段数组,文件指针后没有多余的数据或者读取失败则返回FALSE。
2. 语法
fgetcsv ( resource $handle [, int $length = 0 [, string $delimiter = ',' [, string $enclosure = '"' [, string $escape = '\\' ]]]] ) : array
3. 参数说明
参数 | 可选性 | 数据类型 | 描述 |
---|---|---|---|
$handle | 必需 | 资源类型 | 文件句柄,通过fopen() 函数打开的文件资源 |
$length | 可选 | 整型 | 规定要输出的字符串的字节数 |
$delimiter | 可选 | 字符串 | 字段分界符,只允许一个字符,默认为逗号, |
$enclosure | 可选 | 字符串 | 字段环绕符,只允许一个字符,默认为双引号" |
$escape | 可选 | 字符串 | 转义字符,只允许一个字符,默认为反斜杠\\ |
4. 示例
<?php
// fgetcsv()
// 从文件指针处读取一行字符,直到遇到换行符、文件末尾或者函数参数列表中指定的长度($length - 1)后停止,并对行中的`CSV`字段进行解析
$csv = <<<CSV
"哪吒之魔童降世","8.5","https://movie.douban.com/subject/26794435/","https://img3.doubanio.com/view/photo/s_ratio_poster/public/p2563780504.jpg"
"我不是药神","9","https://movie.douban.com/subject/26752088/","https://img9.doubanio.com/view/photo/s_ratio_poster/public/p2561305376.jpg"
"续命之徒:绝命毒师电影","8.3","https://movie.douban.com/subject/30372377/","https://img1.doubanio.com/view/photo/s_ratio_poster/public/p2569548689.jpg"
"肖申克的救赎","9.7","https://movie.douban.com/subject/1292052/","https://img3.doubanio.com/view/photo/s_ratio_poster/public/p480747492.jpg"
"这个杀手不太冷","9.4","https://movie.douban.com/subject/1295644/","https://img3.doubanio.com/view/photo/s_ratio_poster/public/p511118051.jpg"
"绿皮书","8.9","https://movie.douban.com/subject/27060077/","https://img3.doubanio.com/view/photo/s_ratio_poster/public/p2549177902.jpg"
CSV;
file_put_contents(__DIR__.'/test.txt', $csv);
$handle = fopen(__DIR__.'/test.txt', 'w');
fwrite($handle, $csv, strlen($csv));
fclose($handle);
$handle = fopen(__DIR__.'/test.txt', 'r');
$arr = fgetcsv($handle, 1000);
var_dump($arr);
/* 输出:
array(4) {
[0]=>
string(21) "哪吒之魔童降世"
[1]=>
string(3) "8.5"
[2]=>
string(42) "https://movie.douban.com/subject/26794435/"
[3]=>
string(74) "https://img3.doubanio.com/view/photo/s_ratio_poster/public/p2563780504.jpg"
}
*/
fclose($handle);
$handle = fopen(__DIR__.'/test.txt', 'r');
$arr = [];
while (!feof($handle)) {
$arr[] = fgetcsv($handle, 1000);
}
var_dump($arr);
/* 输出:
array(6) {
[0]=>
array(4) {
[0]=>
string(21) "哪吒之魔童降世"
[1]=>
string(3) "8.5"
[2]=>
string(42) "https://movie.douban.com/subject/26794435/"
[3]=>
string(74) "https://img3.doubanio.com/view/photo/s_ratio_poster/public/p2563780504.jpg"
}
[1]=>
array(4) {
[0]=>
string(15) "我不是药神"
[1]=>
string(1) "9"
[2]=>
string(42) "https://movie.douban.com/subject/26752088/"
[3]=>
string(74) "https://img9.doubanio.com/view/photo/s_ratio_poster/public/p2561305376.jpg"
}
[2]=>
array(4) {
[0]=>
string(33) "续命之徒:绝命毒师电影"
[1]=>
string(3) "8.3"
[2]=>
string(42) "https://movie.douban.com/subject/30372377/"
[3]=>
string(74) "https://img1.doubanio.com/view/photo/s_ratio_poster/public/p2569548689.jpg"
}
[3]=>
array(3) {
[0]=>
string(24) "肖申克的救赎",9.7""
[1]=>
string(41) "https://movie.douban.com/subject/1292052/"
[2]=>
string(73) "https://img3.doubanio.com/view/photo/s_ratio_poster/public/p480747492.jpg"
}
[4]=>
array(4) {
[0]=>
string(21) "这个杀手不太冷"
[1]=>
string(3) "9.4"
[2]=>
string(41) "https://movie.douban.com/subject/1295644/"
[3]=>
string(73) "https://img3.doubanio.com/view/photo/s_ratio_poster/public/p511118051.jpg"
}
[5]=>
array(4) {
[0]=>
string(9) "绿皮书"
[1]=>
string(3) "8.9"
[2]=>
string(42) "https://movie.douban.com/subject/27060077/"
[3]=>
string(74) "https://img3.doubanio.com/view/photo/s_ratio_poster/public/p2549177902.jpg"
}
}
*/
fclose($handle);
5. 延展阅读
- str_getcsv():将一个
csv
格式的字符串解析到一个数组中,返回含有该csv
字段值的数组 - explode():使用一个字符串分割另一个字符串,返回被分割后子字符串组成的数组
- file():将文件读入数组。返回以文件行号为索引的数组
- fputcsv():将一个数组格式化为
CSV
后写入通过函数fopen()
打开的文件句柄