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
array_multisort()
1. 定义
该函数对多个数组或多维数组进行排序。 成功时返回TRUE,失败时返回FALSE。
2. 语法
array_multisort ( array &$array1 [, mixed $array1_sort_order = SORT_ASC [, mixed $array1_sort_flags = SORT_REGULAR [, mixed $... ]]] ) : bool
3. 参数说明
参数 | 可选性 | 数据类型 | 描述 |
---|---|---|---|
$array1 | 必需 | 数组 | 待排序的数组 |
$array1_sort_order | 可选 | mixed | 参数$array1 的排序顺序 |
$array1_sort_flags | 可选 | mixed | 参数$array1 的比较方式 |
$... | 可选 | mixed | 与$array1 有相同数量元素的数组,后面可跟排序顺序参数和比较方式参数 |
其中,$array1_sort_order
有两个可选值:
SORT_ASC
:默认值,升序排列SORT_DESC
:降序排列
另外,$array1_sort_flags
有以下几个可选值:
SORT_REGULAR
:默认值,常规比较,不改变值类型SORT_NUMERIC
:将数组元素当做数字比较SORT_STRING
:将数组元素当做字符串比较SORT_LOCALE_STRING
:根据当前的区域设置将数组元素当做字符串比较SORT_NATURAL
:与函数natsort()
类似,数组元素被当做字符串,以自然顺序进行比较排序SORT_FLAG_CASE
:不区分大小写比较,可与常量SORT_STRING
和SORT_NATURAL
使用OR
关键字进行联合使用
4. 示例
<?php
// array_multisort()
// 对多个数组或多维数组进行排序
$arr = ['id' => 32, 'name' => 'Linn', 'age' => 23, 'gender' => 1, 'profile' => '我是Linn,今年23岁'];
array_multisort($arr, SORT_ASC, SORT_STRING);// 对单个数组排序
var_dump($arr);
/*
array(5) {
["gender"]=>
int(1)
["age"]=>
int(23)
["id"]=>
int(32)
["name"]=>
string(4) "Linn"
["profile"]=>
string(24) "我是Linn,今年23岁"
}
*/
$arr1 = ['id' => 32, 'name' => 'Linn', 'age' => 23, 'gender' => 1, 'profile' => '我是Linn,今年23岁'];
$arr2 = ['id' => 35, 'name' => 'Alex', 'age' => 18, 'gender' => 0, 'profile' => '我是Alex,今年18岁'];
$arr3 = ['id' => 38, 'name' => 'Bob', 'age' => 20, 'gender' => 0, 'profile' => '我是Bob,今年20岁'];
$arr4 = ['id' => 42, 'name' => 'Angle', 'age' => 24, 'gender' => 1, 'profile' => '我是Angle,今年24岁'];
array_multisort($arr1, SORT_STRING, $arr2, $arr3, $arr4);// 对多个数组进行排序
var_dump($arr1);
/*
array(5) {
["gender"]=>
int(1)
["age"]=>
int(23)
["id"]=>
int(32)
["name"]=>
string(4) "Linn"
["profile"]=>
string(24) "我是Linn,今年23岁"
}
*/
var_dump($arr2);
var_dump($arr3);
var_dump($arr4);
// 对多维数组进行排序
$arr = [
'one'=>['id' => 32, 'name' => 'Linn', 'age' => 23, 'gender' => 1, 'profile' => '我是Linn,今年23岁'],
'two'=>['id' => 35, 'name' => 'Alex', 'age' => 18, 'gender' => 0, 'profile' => '我是Alex,今年18岁'],
'three'=>['id' => 38, 'name' => 'Bob', 'age' => 20, 'gender' => 0, 'profile' => '我是Bob,今年20岁'],
'four'=>['id' => 42, 'name' => 'Angle', 'age' => 24, 'gender' => 1, 'profile' => '我是Angle,今年24岁'],
];
foreach ($arr as $key => $value) {
$name[$key] = $value['name'];// 要排序的列
$age[$key] = $value['age'];
}
array_multisort($name, SORT_STRING, $age, SORT_NUMERIC, $arr);
var_dump($arr);
/*
array(4) {
["two"]=>
array(5) {
["id"]=>
int(35)
["name"]=>
string(4) "Alex"
["age"]=>
int(18)
["gender"]=>
int(0)
["profile"]=>
string(24) "我是Alex,今年18岁"
}
["four"]=>
array(5) {
["id"]=>
int(42)
["name"]=>
string(5) "Angle"
["age"]=>
int(24)
["gender"]=>
int(1)
["profile"]=>
string(25) "我是Angle,今年24岁"
}
["three"]=>
array(5) {
["id"]=>
int(38)
["name"]=>
string(3) "Bob"
["age"]=>
int(20)
["gender"]=>
int(0)
["profile"]=>
string(23) "我是Bob,今年20岁"
}
["one"]=>
array(5) {
["id"]=>
int(32)
["name"]=>
string(4) "Linn"
["age"]=>
int(23)
["gender"]=>
int(1)
["profile"]=>
string(24) "我是Linn,今年23岁"
}
}
*/
5. 延展阅读
- usort():使用用户自定义的比较方法对数组元素进行排序