PHP treats all arrays as associative, so there aren’t any built in functions. Can anyone recommend a fairly efficient way to check if an array contains only numeric keys?
Continue reading “PHP Arrays: A good way to check if an array is associative or sequential”