變數函式庫

is_numeric

(PHP4 >= 4.0RC1)

is_numeric ---  判斷變數是否為數字或數字的字串

語法 : int is_numeric (mixed var)

說明 : 

若參數var為數字或數字的字串則傳回true,否則傳回false

參考 : is_bool( )  is_double( )  is_float( )  is_int( )  is_real( )  is_string( )  is_object( )  is_array( )

 is_integer( )


上一頁 首頁 下一頁