What are the Assignment Operators in PHP | PHP Operators | PHP for Beginners | DCODE | THE CODE LAND

preview_player
Показать описание
PHP Assignment Operators
PHP assignment operators are used with numeric values to write a value to a variable.
The basic assignment operator in PHP is "=".
It means that the left operand gets set to the value of the assignment expression on the right.

x = y x = y The left operand gets set to the value of the expression on the right
x += y x = x + y Addition
x -= y x = x - y Subtraction
x *= y x = x * y Multiplication
x /= y x = x / y Division
x %= y x = x % y Modulus

#What are the Assignment Operators in PHP
#PHPoperators #PHPAssignmentOperators #dcode #the #code #land #theCodeLand
DCODE THE CODE LAND

Don’t forget to Subscribe my channel:

Subscribe to DCODE for more videos! Like and Subscribe
Рекомендации по теме
join shbcf.ru