can i get the name of the array????
Posted: Wed Jun 27, 2007 11:29 am
i'm having lots of arrays with values and i have a funtion which does some operations based on the array passed as an argument..
(i.e) i want to check the name of the array and then do operations based on that.
So i want to get the name of the array passed into the funtion .
for eg:
is there any function to do this???
(i.e) i want to check the name of the array and then do operations based on that.
So i want to get the name of the array passed into the funtion .
for eg:
i want to get the value 'customer'if $cutomer = array('sefdsf','sdfsdf','sdfsdf');
is there any function to do this???