Is there a php function that someone can use to automatically detect if an array is an associative or not, apart from explictly checking the array keys?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
quoted from the official site:
So the best solution I can think of is running on all the keys, or using array_keys,implode,is_numeric