Multiple choice

PHP, which enables you to create variables as aliases for other variables, are achieved by

  1. relational operator

  2. by reference assignment operator

  3. assignment operator

  4. concatenation operator

  5. NULL

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

PHP enables you to create variables as aliases for other variables are achieved by that operator.