"blue","b"=>"green","c"=>"blue","d"=>"red", "e"=>"red" ); echo array_search("red", $tab); echo '
'; echo array_search("yellow", $tab); ?>