Maat a écrit :
> valid from php 4.0.7 :
>
> if ( @is_array($array) && |array_key_exists('key', $array))
>
>
> my 2 cents
>   
sorry for typo... should have written :


if ( @is_array($array) && array_key_exists('key', $array))


-- 
In a world without walls or fences, there would be no need for windows or 
gates...



_______________________________________________
phpGroupWare-developers mailing list
phpGroupWare-developers@gnu.org
http://lists.gnu.org/mailman/listinfo/phpgroupware-developers

Reply via email to