PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<is_finiteis_nan>
Last updated: Mon, 16 Jul 2012

is_infinite

(PHP 4 >= 4.2.0, PHP 5)

is_infinite -- 判断是否为无限值

说明

bool is_infinite ( float val )

如果 val 为无穷大(正的或负的),例如 log(0) 的结果或者任何超出本平台的浮点数范围的值,则返回 TRUE

参见 is_finite()is_nan()




<is_finiteis_nan>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST