Skip to content

Instantly share code, notes, and snippets.

@Anticom
Created November 19, 2013 14:33
Show Gist options
  • Save Anticom/7546223 to your computer and use it in GitHub Desktop.
Save Anticom/7546223 to your computer and use it in GitHub Desktop.
<?php
$fmt = new NumberFormatter('de_DE', NumberFormatter::DECIMAL);
$float = 123.456;
echo $fmt->format($float);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment