phpbar.de logo

Mailinglisten-Archive

[php] type casting

[php] type casting

Egon Schmid eschmid_(at)_s.netic.de
Tue, 09 Nov 1999 16:35:47 +0100


Adi Sieker wrote:

> kann mir jemand erklären wieso folgendes nicht funzt.
> $wert1 = "4.60";
> $wert2 = "4.70";
> settype($wert1, "double");
> settype($wert2, "double");
> $wert3 = $wert2 + $wert1;
> echo $wert3;
> 
> resultat = 8
> 
> Beide variablen sind doch doubles, also sollte doch keine type
> conversion passieren.

Schreib doch einfach $wert1 = 4.60 und 4.70 dann müsste es auch ohne
type casting gehen. Lesestoff:

http://www.php.net/manual/language.types.type-juggling.php3

-Egon


php::bar PHP Wiki   -   Listenarchive