PHP Lesson 5: Boolean Expressions

2 years ago
39

https://xoax.net/

Lesson Page:
https://xoax.net/php/crs/core/lessons/Lesson5/

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

Loading comments...