Skip to content

Instantly share code, notes, and snippets.

@taiyoh
Created May 7, 2010 02:22
Show Gist options
  • Save taiyoh/392949 to your computer and use it in GitHub Desktop.
Save taiyoh/392949 to your computer and use it in GitHub Desktop.
<?php
$ary = array(1,2,3,4,5);
var_dump((true)? array_reverse($ary) : array_flip($ary));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment