Method floatp()
- Method
floatp
intfloatp(mixedarg)- Description
Returns
1ifargis a float,0(zero) otherwise.- See also
intp(), programp(), arrayp(), multisetp(), objectp(), mappingp(), stringp(), functionp()
int floatp(mixed arg)
Returns 1 if arg is a float, 0 (zero) otherwise.
intp(), programp(), arrayp(), multisetp(), objectp(), mappingp(), stringp(), functionp()