Re: [PHP] difference between indexed and associative arrays?
[email protected] (Ryan Pallas)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAObuZduJv=bWuEqceMkXb3WmfqgS3tU47ooDxuDR9vqYy2J5qQ@mail.gmail.com> |
I'm not sure I follow... Do you want array_diff but without relying on keys? If so you could just wrap both arguments in an array_values call could you not? On Apr 4, 2017 15:55, "Jeffry Killen" <[email protected]> wrote: > 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 > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >