what do you mean? all arrays are associative.  even the simple 
$arr = array(1,2,3,4,5); has key/value pairs associated with it.. 
similar to doing: $arr = array(0=>1,1=>2,2=>3,3=>4,4=>5);


--- Joe <[EMAIL PROTECTED]> wrote:
> Is there a way to determine if an array is associative or not?  Maybe
> something similar to the is_array() function ??
> 
> Thanks,
> 
> JOE
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

-- 
PHP General 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]

Reply via email to