Skip to content

Instantly share code, notes, and snippets.

@PrestaEdit
Created December 23, 2014 09:32
Show Gist options
  • Save PrestaEdit/fd0d4188eaab1aa26172 to your computer and use it in GitHub Desktop.
Save PrestaEdit/fd0d4188eaab1aa26172 to your computer and use it in GitHub Desktop.
Supprimer le dernier caractere d'une chaine
substr($string,0,-1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment