phpbar.de logo

Mailinglisten-Archive

[php] AW: [php] Formatierung

[php] AW: [php] Formatierung

Achim Gosse achim.gosse_(at)_nasa20.com
Mon, 7 Feb 2000 16:27:34 +0100


das koennt ihr mit sprintf machen.


$float_value = 1,12345678;

$formatiert = sprintf("2.4f%", $float_value);

print $formatiert;

--- ausgabe ---
1,1234
--- ende ---





achim Gosse  mailto:achim.gosse_(at)_nasa20.com
n.a.s.a.2.0 gmbh     http://www.nasa20.com
borselhof   borselstr. 16c   22765 hamburg
speak.+49.40.39888288  fax.+49.40.39888299
registered linux user #122734



> -----Ursprüngliche Nachricht-----
> Von: Stefan Engelhardt [mailto:Stefan.Engelhardt_(at)_stud.fh-hannover.de]
> Gesendet: Montag, 7. Februar 2000 16:16
> An: php_(at)_solix.wiso.Uni-Koeln.DE
> Betreff: RE: [php] Formatierung
> 
> 
> > > $result=round($FloatZahl*100)/100;
> >
> > geht nicht folgendes:
> >
> > $zahl = 3.32;
> > $zahl = (int)$zahl;
> Wahrscheinlich kannst Du damit die Nachkommastellen 
> abschneiden, aber auf
> eine bestimmte Anzahl Nachkommastellen kommst Du damit auch nicht.
> 
> Stefan
> 
> 
> -- 
> ** Durchgehend geöffnet: http://www.php-center.de **
> Die PHP-Liste: mailto:php_(at)_infosoc.uni-koeln.de
> http://infosoc.uni-koeln.de/mailman/listinfo/php
> 


php::bar PHP Wiki   -   Listenarchive