Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function moedaW($input){
- $moeda = number_format($input, 2, '.', '');
- $moeda = number_format($input, 2, '.', ',');
- return $moeda;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement