Student Reviews
( 5 Of 5 )
1 review
Video of PHP Operators Part 2 - Full PHP 8 Tutorial in PHP Native course by Program With Gio channel, video No. 14 free certified online
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: https://www.patreon.com/programwithgio
THANK YOU!
LESSON 1.13
Course Outline - https://github.com/ggelashvili/learnphptherightway-outline
Course Playlist - https://www.youtube.com/playlist?listPLr3d3QYzkw2xabQRUpcZ_IBk9W50M9pe-
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