On Mon, 19 Feb 2001, [EMAIL PROTECTED] wrote:
> From: [EMAIL PROTECTED]
> Operating system:
> PHP version: 4.0.4pl1
> PHP Bug Type: Feature/Change Request
> Bug description: make in_array return key, if searched value was found
>
> in_array() currently returns only true/false on whether or not a searched-for value
>is in a given array.
>
> I would like it to return the key of the array's element when value was found, and
>false otherwise. This should not break existing code using in_array().
Really? What if the key is 0?
-Andrei
Commitment, n.:
Commitment can be illustrated by a breakfast of ham and eggs. The chicken
was involved, the pig was committed.
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]