Skip to content

Instantly share code, notes, and snippets.

@bjzhush
Created August 21, 2015 04:44
Show Gist options
  • Save bjzhush/32bd70c0f40ce2cdc333 to your computer and use it in GitHub Desktop.
Save bjzhush/32bd70c0f40ce2cdc333 to your computer and use it in GitHub Desktop.
转换编码,超级好用的
mb_convert_encoding($str, 'utf-8', 'GBK,UTF-8,ASCII');
//可以用curl抓个GBK UTF8的来测试下
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment