Skip to content

Instantly share code, notes, and snippets.

@converge
Created May 21, 2015 15:01
Show Gist options
  • Select an option

  • Save converge/5be01c70a9a38e925fd1 to your computer and use it in GitHub Desktop.

Select an option

Save converge/5be01c70a9a38e925fd1 to your computer and use it in GitHub Desktop.
<?php
setlocale(LC_ALL, 'pt_BR.UTF-8');
echo money_format('%n', h($product->PriceLists['price']));
?>
# resultado
17,20 R$
# preciso de:
R$ 17,20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment