PHP array function array_search() returns the key name by element value

WBOY
Release: 2016-07-25 08:53:14
Original
1062 people have browsed it
  1. $a=array("a"=>"Dog","b"=>"Cat","c"=>"Horse");
  2. echo array_search( "Dog",$a);
  3. ?>
Copy code

output: a



source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template