php boolean data type|How to get php job

preview_player
Показать описание
#phpstarters #codewithharry #harrybhai
Boolean
A Boolean data can be either true or false
The variable becomes boolean variable when true or false is assigned
Example

$var=TRUE;
Var_dump($var);

The output will be ‘1’ for true and nothing will be displayed for false
Рекомендации по теме