Home  >  Article  >  Backend Development  >  php数组函数array_search() 按元素值返回键名

php数组函数array_search() 按元素值返回键名

WBOY
WBOYOriginal
2016-07-25 08:53:14951browse
  1. $a=array("a"=>"Dog","b"=>"Cat","c"=>"Horse");
  2. echo array_search("Dog",$a);
  3. ?>
复制代码

输出: a



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn