
Lecture Description
PHP tutorial on logical operators. This PHP lesson will teach you the different types of logical operators.
List of PHP Logical Operators:
&& TRUE if both $x and $y are TRUE.
|| TRUE if either $x or $y is TRUE.
xor TRUE if either $x or $y is TRUE, but not both.
! TRUE if $x is not TRUE
and TRUE if both $x and $y are TRUE.
or TRUE if either $x or $y is TRUE.
▼ More Courses from Wild Academy
PHP Tutorials ➪ goo.gl/V48HyA
Ruby Tutorials ➪ goo.gl/9Dkcny
GIMP Tutorials ➪ goo.gl/UrdkYS
SketchUp Tutorials ➪ goo.gl/A1FMSD
▼ Freebies, Sponsors, and Affiliates
Free lifetime membership to Wild Academy ➪ goo.gl/tQJHtG
Free Download of Komodo IDE ➪ goo.gl/aZLeRI
Course Index
- Beginner PHP Tutorial
- PHP Basics
- Comparison Operators and else if
- elseif in PHP
- How to Write an Array in PHP
- PHP for and foreach loops
- PHP Do and While Loops
- PHP Hit Point Tracker
- PHP Data Types
- PHP Array Sorting
- PHP Logical Operators
- PHP Ternary Operator
- PHP For Loop
- PHP Break - PHP Continue
- PHP Functions
- Create Your Own PHP Function
- PHP Variable Scope
- PHP Static Statement
- PHP Associative Arrays
- PHP Multidimensional Arrays
- PHP Classes
- PHP Constructors
Course Description
Comments
There are no comments.
Be the first to post one.
Posting Comment...