Appearance
floatp() - 检测给定变量是否是浮点型数值
int floatp( mixed arg );
如果 `arg` 是一个浮点数返回 1,否则返回 0 。
mapp(3), stringp(3), pointerp(3), objectp(3), intp(3), bufferp(3), functionp(3), nullp(3), undefinedp(3), errorp(3)
雪风(i@mud.ren)