多维数组去重和查找
看代码:
$a = array(array('p', 'h'), array('p', 'r'), 'o');
if (in_array(array('p', 'h'), $a)) {
echo "'ph' was found\n";
}
if (in_array(array('f', 'i'), $a)) {
echo "'fi' was found\n";
}
if (in_array('o', $a)) {
echo "'o' was found\n";
}
支持多维数组查找!
$key=array('0'=>array('en_term' =>'h','pos'=>'n','cn_define'=>'你'),'1'=>array('en_term' =>'w','pos'=>'n','cn_define'=>'好'));
//bool(true)
var_dump(in_array(array('en_term' =>'h','pos'=>'n','cn_define'=>'你'),$key));
关于去重操作,可用定义一个临时数组,来解决问题!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)
