Array
Consider the following array variables.
- <?php
- $month = array("Jan", "Feb", "Mar", "Apr", "May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
- ?>
Print all the $month array as the following:
Month 1 is Jan
Month 2 is Feb
Month 3 is Mar
Month 4 is Apr
Month 5 is May
Month 6 is Jun
Month 7 is Jul
Month 8 is Aug
Month 9 is Sep
Month 10 is Oct
Month 11 is Nov
Month 12 is Dec
Zuletzt geändert: Saturday, 23. February 2019, 10:14