Thread
:
What is array_flip()?
View Single Post
04-12-2013, 12:29 PM
#
2
davidmerinas
Registered User
Join Date: Apr 2013
Location: Cordoba (Spain)
Posts: 8
if your array is
array('key'=>'value')
This function array_flip returns
array('value'=>'key')
I hope this helps. Bye!
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davidmerinas
View Public Profile
Visit davidmerinas's homepage!
Find More Posts by davidmerinas