> From: Tim Fountain [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 16, 2002 7:51 AM
> Subject: [PHP] Array query - finding the key for a value
>
> This may be a silly question, but I'm used to being able to find PHP
> functions to do whatever I want, but I can't
On Friday 16 August 2002 19:50, Tim Fountain wrote:
> This may be a silly question, but I'm used to being able to find PHP
> functions to do whatever I want, but I can't find one to do this!
>
> If I have an array like this:
>
> [0] -> 'apple';
> [1] -> 'pear';
> [2] -> 'orange';
> [3] -> 'apricot
This may be a silly question, but I'm used to being able to find PHP
functions to do whatever I want, but I can't find one to do this!
If I have an array like this:
[0] -> 'apple';
[1] -> 'pear';
[2] -> 'orange';
[3] -> 'apricot';
I know I can use in_array() to check whether, say, 'orange' is
3 matches
Mail list logo