📅  最后修改于: 2022-03-11 14:54:51.403000             🧑  作者: Mango
代码示例1
//check if number is float
$float = is_float(2.4);
echo $float; //Returns true (1) if number is a float and false otherwise