Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   PHP / mySQL (http://siteownersforums.com/forumdisplay.php?f=10)
-   -   What is array_flip()? (http://siteownersforums.com/showthread.php?t=64081)

smithoptimizer 03-12-2013 10:41 PM

What is array_flip()?
 
What is array_flip()? please tell me ...

davidmerinas 04-12-2013 12:29 PM

if your array is

array('key'=>'value')

This function array_flip returns
array('value'=>'key')

I hope this helps. Bye!

vivekaryan 04-19-2013 03:48 AM

well........... i have no idea

Jack Hard 04-22-2013 10:40 PM

An array_flip() is the Function of returns an array in flip order, i.e. keys from trans become values and values from trans become keys.

RohanJaiswal 04-23-2013 12:11 AM

array_flip function used to exchange all keys with their associative values in a array.
syntax- array_flip(array);

mridul 11-06-2013 12:18 AM

dont know about this u can find this on w3schools.


All times are GMT -7. The time now is 09:18 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.