| php Programming Glossary: mb_strrevHow to reverse a Unicode string http://stackoverflow.com/questions/434250/how-to-reverse-a-unicode-string  with encoding defaultEnc. n n revNormal strrev text revInt mb_strrev text revEnc mb_strrev text enc echo Original text is text ... n n revNormal strrev text revInt mb_strrev text revEnc mb_strrev text enc echo Original text is text . n echo Normal strrev output.. text . n echo Normal strrev output . revNormal . . n echo mb_strrev without encoding output revInt. n echo mb_strrev with encoding.. 
 |