Ford, Mike wrote:
> On 06 November 2007 12:57, Christoph Boget wrote:
>
>> Consider the following test code:
>
> [...snip...]
>
>> Running that I found that
>>
>> if( isset( $myArray[$key] ))
>>
>> is faster than
>>
>> if( array key exists( $key, $myArray ))
>>
>> is faster than
>>
>> if( $myAr
On 06 November 2007 12:57, Christoph Boget wrote:
> Consider the following test code:
[...snip...]
> Running that I found that
>
> if( isset( $myArray[$key] ))
>
> is faster than
>
> if( array key exists( $key, $myArray ))
>
> is faster than
>
> if( $myArray[$key] )
>
> To be honest, I wa
2 matches
Mail list logo