Se hai php4 devi castare (nel caso che hai postato) string
$arr[] = (string)"0E4635";
Con php5 basta mettere il terzo parametro true
$chiavi = array_keys($arr,$search,true);
Se hai php4 devi castare (nel caso che hai postato) string
$arr[] = (string)"0E4635";
Con php5 basta mettere il terzo parametro true
$chiavi = array_keys($arr,$search,true);
...altri 5 anni di purga...