016 PHP Operators
PHP Operators
In this lesson "PHP Operators", I gave quick introduction about PHP Operators.
In every programming languages, operators are used to manipulate or perform operations on variables and values. So, we use Operators to perform operations on Variables and values. An operator is something that takes one or more values (or expressions) and yields another value. The operation can be Mathematical, Comparison, Bitwise, Conditional, etc. Thus, PHP has provided us variety of operators to get those tasks done correctly and perfectly.
PHP supports following operators:
- Arithmetic Operator
- Assignment Operator
- Comparison Operator
- Increment and Decrement Operator
- Logical Operator
- String Operator
- Array Operator
- Type Operator
- Bitwise Operator
- Error Control Operator
- Execution Operator
I will discuss all these operators one by one in coming lessons with an example to help you understand the purpose of these operators.
If you have any specific question, please feel free to ask in comment section.
Subscribe: If you like the video, please subscribe to the channel
https://www.youtube.com/channel/UC54qZs5I_kgCYJT4uwowKag?sub_confirmation=1
Click Thumbs Up if you liked the video
Contact: [email protected] for training inquiries.
Thank you for watching "PHP Operator"
PHP operators | Operators in PHP | Introduction to Operators