Multiple choice

PHP provides a C like way to force a type conversion of a value by using ___________________________.

  1. cast operator

  2. assignment operator

  3. concatenation operator

  4. relational operator

  5. array

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

PHP provides a C like way to force a type conversion of a value by using the cast operator.