I\'d like to know if exists some function to automatically format a number by it\'s decimal, so if I have:
What about
number_format($value,2) - 0;