Re: FN-FORUM: PHP Float
date posted 5th August 2003 18:16
Jamie McDonald wrote:
> Theres no typecasting in PHP
Erm, yes there is. Chapter 6 in the PHP manual, "Type Juggling",
specifically the section "Type Casting" :-)
You can't explicitly declare variables with a fixed type, but you can
cast a value to a particular type if you want/need to.
Cheers,
Pete
--
Peter Croft
PC Associates