PHP Assignment Operators | How we use it - Hindi

Опубликовано: 10 Февраль 2025
на канале: Poori Padhai
461
6

This video covers all PHP assignment operators and different version with addition, subtraction, multiplication, Division, Modulus.
The left operand gets set to the value of the expression on the right

-----------------------------------------------------------------
Assignment Same as... Description
-----------------------------------------------------------------
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

How to use PHP Assignment Operators
Why we use PHP Assignment Operators


#PHP
#PHPAssignment Operators
#PHPinHindi
#PHPTutorial

Facebook -   / pooripadhai  
Twitter -   / pooripadhai  
Pooripadhai - https://pooripadhai.com/