Discussion Forum : Basic Php
Question - What will be the output of the following PHP code?
Options:
A .  1
B .  Error
C .  1234
D .  2
Answer: Option C
The (array) is a cast operator which is used for converting values from other data types to array.

Was this answer helpful ?
Next Question
Submit Your Solution hear:

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