Mark Charette wrote:
>
>> > What's the best way of finding out if a specific array key is in an
> array?
>> > I have an associative array which *may* look like
>> > (car =>saab, house => mansion, countyW=> A) but can equally well look
> like
>> >
>> > (boat => daycruiser, house => flat, county =
> > What's the best way of finding out if a specific array key is in an
array?
> > I have an associative array which *may* look like
> > (car =>saab, house => mansion, countyW=> A) but can equally well look
like
> >
> > (boat => daycruiser, house => flat, county => B).
> >
> > I want to find out
> What's the best way of finding out if a specific array key is in an array?
> I have an associative array which *may* look like
> (car =>saab, house => mansion, countyW=> A) but can equally well look like
>
> (boat => daycruiser, house => flat, county => B).
>
> I want to find out if the key "
3 matches
Mail list logo