array_search() 是 PHP 中用于在数组中查找指定值并返回其键的函数。 mixed array_search(mixed$needle, array $haystack, bool $stri…