float?
Posted: Sun May 15, 2005 11:05 am
what is a "float"? sorry if this is a dumb question but i came across this term and searched google to no avail...maybe im the dumb one...or maybe im having a early monday?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Also take a look over at http://ca3.php.net/manual/en/language.types.float.phpinteger wrote:If you specify a number beyond the bounds of the integer type, it will be interpreted as a float instead. Also, if you perform an operation that results in a number beyond the bounds of the integer type, a float will be returned instead.