ExamVeda
Login
Home
This question belongs to PHP Arrays
Arrays
?

What will be the output of the following PHP code ?
<?php
$number = range(0, 5);
print_r ($number);
?>

Answer & Solution
Correct Answer: Option A
The range() function creates an array containing a range of elements.
Examveda
Question posted by Examveda
Community

Join the Discussion

No comments yet Be the first to discuss this question.