We continue with the rest of the operators in this video where you will learn error control operator (@), pre & post increment (++) & decrement (--) operators, array operators (+, ==, ===, !=, !==), logical operators (&&, ||, !, and, or, xor) with explanation on what short-circuiting is & how it works & bitwise operators (& | ^ ~) also explaining how to use bitwise operators & how it works.
In addition to the basic explanation of how to use these operators & how they work I also talk about some important things so I recommend watching the video fully.
SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL
👍 Smash the like button
🤝 Subscribe to the channel & turn the notifications on
💬 Post comments on videos, any feedback is greatly appreciated
⭐ Become a Patreon: / programwithgio
THANK YOU!
LESSON 1.13
Course Outline - https://github.com/ggelashvili/learnp...
Course Playlist - • Learn PHP The Right Way - Full PHP Tu...
CHAPTERS
00:00 - Intro
00:11 - Error Control Operator (@)
01:26 - Increment / Decrement Operators (++ --)
03:17 - Logical Operators (&& || !)
04:52 - Logical Operators (and or xor)
05:45 - Logical Operators - Short Circuiting
07:55 - Bitwise Operators (& | ^ ~)
12:42 - Array Operators (+ == === != !==)
15:32 - Execution Operator, Type Operator, & Nullsafe Operator