Which of the following are valid PHP operators?

  • Addition (+)
  • Concatenation (.)
  • Assignment (=)
  • All of the above
PHP supports a wide range of operators, including arithmetic operators like addition (+), assignment operators like equals (=), and string operators like concatenation (.). These allow you to perform operations on variables and values. Learn more: https://www.php.net/manual/en/language.operators.php
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *