View Single Post

  #2 (permalink)  
Old 07-25-2003
Comex
 
Posts: n/a
Default Re: [PHP] 4.3.3-RC1 => possible bug in in_array()?

<3F21281C.4040103@webglobe.sk>
Marek Kilimajer:
> in_array searches for a value, you suply key. This will work as you
> expect:

array_key_exists searches for a key.


Reply With Quote