Skip to content

Instantly share code, notes, and snippets.

@MarcelloDuarte
Created October 17, 2012 08:18
Show Gist options
  • Save MarcelloDuarte/3904356 to your computer and use it in GitHub Desktop.
Save MarcelloDuarte/3904356 to your computer and use it in GitHub Desktop.
Passing a closure to a function
trimAndLower($elem -> {
return trim(strtolower($elem));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment