Home »
MCQs »
PHP MCQs
Which is/are the function(s) to check if the type of a variable is float?
61. Which is/are the function(s) to check if the type of a variable is float?
- is_float()
- is_double()
- is_longfloat()
- Both A. and B.
Answer: D) Both A. and B.
Explanation:
The functions is_float() and is_double() are used to check if the type of a variable is float.