(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???