PHP Lesson 5: Boolean Expressions

Опубликовано: 29 Октябрь 2024
на канале: xoaxdotnet
263
6

https://xoax.net/

Lesson Page:
https://xoax.net/sub_php/crs_core/Les...

Reference:
https://xoax.net/sub_php/ref_core/

This lesson presents the basis for programmatic decision making in PHP via boolean expressions. A boolean expression is an expression made up of boolean values that are joined together by logical operators. Those boolean values may be generated by comparisons that performed via comparison operators. Putting comparisons together with logical operators allows us to generate a rich set of operations for programmatic decision making.

Copyright 2021 XoaX.net LLC