Skip to content

Instantly share code, notes, and snippets.

@JoaoVagner
Created August 22, 2013 15:05
Show Gist options
  • Save JoaoVagner/6308403 to your computer and use it in GitHub Desktop.
Save JoaoVagner/6308403 to your computer and use it in GitHub Desktop.
utf_encode array_walk_recursive
$utf = function ($value, $key) use (& $array) {
utf8_encode($array);
};
array_walk_recursive($allArray, $utf);
@dublado
Copy link

dublado commented Aug 27, 2013

orgulho!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment