Re: [PHP] difference between indexed and associative arrays?
[email protected] (Narcis Garcia)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
As I understand, an associative array is exactly same as indexed array but with an additional "property": the key. El 04/04/17 a les 23:54, Jeffry Killen ha escrit: > Is there a function that will produce the difference between indexed and > associative arrays, without actually testing for string or integer indices? > > (Although I realize that arrays can be mixed string and integer indeces.) > > Thank you for time and attention. > JK >