位置: 编程技术 - 正文
推荐整理分享PHP数组函数array_intersect_uassoc()的用法(php数组函数,选班长),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php array数组,php数组函数有哪些,php数组函数题目,php数组函数 菜鸟,php数组函数题目,php数组函数 菜鸟,php数组函数面试题,php数组函数有哪些,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 5)
array_intersect_uassoc — 带索引检查计算数组的交集,用回调函数比较索引
说明 array array_intersect_uassoc ( array $array1 , array $array2 [, array $ ... ], callable $key_compare_func )array_intersect_uassoc() 返回一个数组,该数组包含了所有在 array1 中也同时出现在所有其它参数数组中的值。注意和 array_intersect() 不同的是键名也用于比较。
参数array1
Initial array for comparison of the arrays.
array2First array to compare keys against.
arrayVariable list of array arguments to compare values against.
key_compare_func在第一个参数小于,等于或大于第二个参数时,该比较函数必须相应地返回一个小于,等于或大于 0 的整数。
int callback ( mixed $a, mixed $b ) 返回值Returns the values of array1 whose values exist in all of the arguments.
范例
Example #1 array_intersect_uassoc() 例子
<?php$array1=array("a"=>"green","b"=>"brown","c"=>"blue","red");$array2=array("a"=>"GREEN","B"=>"brown","yellow","red");print_r(array_intersect_uassoc($array1,$array2,"strcasecmp"));?>以上例程会输出:
参见array_intersect() - 计算数组的交集 array_intersect_assoc() - 带索引检查计算数组的交集 array_uintersect_assoc() - 带索引检查计算数组的交集,用回调函数比较数据 array_uintersect_uassoc() - 带索引检查计算数组的交集,用回调函数比较数据和索引 array_intersect_key() - 使用键名比较计算数组的交集 array_intersect_ukey() - 用回调函数比较键名来计算数组的交集
PHP数组函数array_intersect_key()的用法 array_intersect_key(PHP5=5.1.0)array_intersect_key使用键名比较计算数组的交集说明arrayarray_intersect_key(array$array1,array$array2[,array$...])array_intersect_key()返回一个数组,
PHP数组预定义常量解释 PHP数组预定义常量:下列常量作为 PHP 核心的一部分总是可用的。
PHP数组函数array_intersect_assoc()的用法 检查计算数组的交集 带索引检查计算数组的交集array_intersect_assoc() 返回一个数组,该数组包含了所有在 array1 中也同时出现在所有其它参数数组中的值。注意和 array_intersect() 不同的是键名也用于比较。
标签: php数组函数,选班长
本文链接地址:https://www.jiuchutong.com/biancheng/281081.html 转载请保留说明!友情链接: 武汉网站建设