超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<is_doubleis_int>
Last updated: Fri, 22 Jun 2007

is_float

(PHP 3, PHP 4 , PHP 5)

is_float -- 检测变量是否是浮点型

描述

bool is_float ( mixed var)

如果 varfloat 则返回 TRUE,否则返回 FALSE

注: 若想测试一个变量是否是数字或数字字符串(如表单输入,它们通常为字符串),必须使用 is_numeric()

参见 is_bool()is_int()is_integer()is_numeric()is_string()is_array()is_object()




add a note add a note User Contributed Notes
is_float
There are no user contributed notes for this page.

<is_doubleis_int>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22