Hello Jared,

  UPS i see my failure in writing. I meant array_valid($array) of course :-)

i have always been better in writing patches then telling tales.

best regards
marcus


>> - bool array(array $array)
>> 
>>   cehcks whether arra position is valid (e.g. like 
>> "key($array) !== NULL")

> How do you disambiguate between this and

> $array = array('foo', 'bar');
> $anotherArray = array($array);

> making array(0 => array(0 => 'foo', 1 => 'bar'))


Best regards,
 Marcus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to