Hallo!
Ingmar Schlecht schrieb folgendes am 12.01.2006:
> Or to match only whole keys:
> !stristr(',radio,label,hidden,comment,', ','.$confData['type'].','))
>
> Yeah, that's fun :-)
*hehe*
that's indeed the fastest method (0.001331 sec. for 100 comparisons),
nearly half the time of the in_array comparison!
have fun
Wolfgang