bool is_int(100.05)
The given number is a double not an integer, so the function returns 0 which is boolean false.
Previous Question Next Question
Your comments will be displayed only after manual approval.