🎴 Flashcard Mode

web technology Online Quiz - 35

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Casting operator introduced in PHP 6 is

AnswerClick to flip back
A
(int64)
💡 Explanation:

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

Change Mode