Skip to content

Instantly share code, notes, and snippets.

@bastiankoetsier
Last active August 29, 2015 13:58
Show Gist options
  • Save bastiankoetsier/10233766 to your computer and use it in GitHub Desktop.
Save bastiankoetsier/10233766 to your computer and use it in GitHub Desktop.
Remove BOM
<?php
$string = str_replace("\xEF\xBB\xBF",'',$string);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment