Skip to content

Instantly share code, notes, and snippets.

@stevedev
Created December 12, 2013 21:43
Show Gist options
  • Save stevedev/7936066 to your computer and use it in GitHub Desktop.
Save stevedev/7936066 to your computer and use it in GitHub Desktop.
$foos = array('foo', 'foo');
function bar(&$array) { // act the array. don't need to return it; }
$result = bar($foos);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment