Multiple choice technology web technology

Casting operator introduced in PHP 6 is

  1. (array)

  2. (int64)

  3. (real) or (double) or (float)

  4. (object)

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

PHP 6 introduced the (int64) casting operator for explicit 64-bit integer conversion, complementing existing type casts.