Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. function getlocal($text)
  2. {
  3.     global $current_locale, $webim_encoding;
  4.     return myiconv($webim_encoding, getoutputenc(), getstring_($text, $current_locale));
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement