currently there are those functions is_float, is_double and is_real,
which do exactly the same as far as i can see
what surprises me is that $a = (float/double/real) 1; all work, while
with settype() only float and double work, and 'real' not.
now im wondering, is there any difference between those?
and if not, will they all keep existing in php6? or will php continue
with only one of them?
which do exactly the same as far as i can see
what surprises me is that $a = (float/double/real) 1; all work, while
with settype() only float and double work, and 'real' not.
now im wondering, is there any difference between those?
and if not, will they all keep existing in php6? or will php continue
with only one of them?
Comment