Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_bool
is_bool
Detect whether the variable is boolean
Name:
is_bool
Category:
Variable processing
Programming Language:
php
One-line Description:
Checks whether the variable is a boolean value.
Related
Why Does the Return Behavior of is_bool Differ from is_null?
5
Common errors and solutions when judging boolean values using is_bool
8
Similar Functions
gettype
gettype
Getthetypeofvariable
get_resource_id
get_resource_id
Returnstheintegeride
floatval
floatval
Getthefloatingpointv
is_callable
is_callable
Detectwhetherthepara
var_dump
var_dump
Printvariablerelated
empty
empty
Checkifavariableisem
strval
strval
Getthestringvalueoft
is_iterable
is_iterable
Verifythatthecontent
Popular Articles
Common errors and solutions when judging boolean values using is_bool
Why Does the Return Behavior of is_bool Differ from is_null?