Skip to content

Instantly share code, notes, and snippets.

@alwayscoding
Created March 13, 2013 10:23
Show Gist options
  • Save alwayscoding/5150862 to your computer and use it in GitHub Desktop.
Save alwayscoding/5150862 to your computer and use it in GitHub Desktop.
PHP: REMOVE THE LAST MULTIBYTES CHAR
$string = mb_substr($string,0,-1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment