PHP assignment operator (Recommended learning: PHP programming from entry to proficiency)
In PHP, basic The assignment operator is "=". It means that the left operand is set to the value of the right-hand expression. In other words, the value of "$x = 5" is 5
operator |
is equivalent Described in |
|
| Minus||
|
||
The above is the detailed content of What are the assignment operators in php?. For more information, please follow other related articles on the PHP Chinese website!