Hallo!
Ich suche nach einer Funktion, die
a) kaufm. rundet -> round() ist wohl ein Ansatz
b) aus 70.7 ein 70.70 macht
c) aus 70 ein 70.00 macht
Und das möglichst ohne String-Manipulation à la "str_replace" etc...
Vielen Dank!
Hallo!
Ich suche nach einer Funktion, die
a) kaufm. rundet -> round() ist wohl ein Ansatz
b) aus 70.7 ein 70.70 macht
c) aus 70 ein 70.00 macht
Und das möglichst ohne String-Manipulation à la "str_replace" etc...
Vielen Dank!