filmov
tv
Logical Operators in PHP (Hindi)
![preview_player](https://i.ytimg.com/vi/Ujs3NFfLl4s/maxresdefault.jpg)
Показать описание
Logical Operators in PHP
#operators #logicaloperator #programming
Logical Operators
And Operator Sign && ,and
True * True = True
True * false = False
False * True = False
False * False = False
Or Operator Sign ||,or
True * True = True
True * false = true
False * True = true
False * False = False
Not Operator Sign !,not
True != False
False !=true
#operators #logicaloperator #programming
Logical Operators
And Operator Sign && ,and
True * True = True
True * false = False
False * True = False
False * False = False
Or Operator Sign ||,or
True * True = True
True * false = true
False * True = true
False * False = False
Not Operator Sign !,not
True != False
False !=true