Problem with array_keys
Posted: Sat Jun 26, 2004 4:17 am
Hi,
I am parsing an xml file. I have stored the attributes of the XML file in an array. I am using array_keys to return key values from the array. This function returns only unique values. I have several repeatations of a key in the array, but array_keys fetches only unique values. Is there some other way I can get all the key values?
Please Help
Thanks
Mahesh
I am parsing an xml file. I have stored the attributes of the XML file in an array. I am using array_keys to return key values from the array. This function returns only unique values. I have several repeatations of a key in the array, but array_keys fetches only unique values. Is there some other way I can get all the key values?
Please Help
Thanks
Mahesh