Answers for "check if string is boolean php"

PHP
0

php is boolean

The is_bool() function checks whether a variable is a boolean or not. This function returns true (1) if the variable is a boolean, otherwise it returns false/nothing.
Posted by: Guest on March-11-2021

Code answers related to "check if string is boolean php"

Browse Popular Code Answers by Language