Archive for June, 2008
Swap array
Friday, June 20th, 2008
Swaps all array values to array keys and vice versa.
Since PHP 4 there exists a build in function for this snippet:
array_flip.
Uncategorized | Comments Off
Free PHP scripts classes and info
Friday, June 20th, 2008
Swaps all array values to array keys and vice versa.
Since PHP 4 there exists a build in function for this snippet:
array_flip.
Uncategorized | Comments Off