SyntaxFix
Write A Post
Hire A Developer
Questions
There is an easy way
array_walk_recursive( $array, function (&$entry) { $entry = mb_convert_encoding( $entry, 'UTF-8' ); } );