Is there any difference between the associative array and a numerically indexed array in PHP?
The division between an associative array and a numerically indexed array is not absolute in PHP. Nevertheless, you should treat them separately because each demands different strategies for access and manipulation.
Leave a Reply
You must be logged in to post a comment.