What will be the output of the following php code ? <?php Sx = 10.365; var_dump (SX);?> please ans fast
Answers
Answered by
0
Answer:
keep in mind if you have debug installed it will limit the var_dump () output of array elements and object properties to 3 ....
Similar questions