what is the diffrence between for and foreach?
Answer Posted / krunal gohel
for loop is to do something over and over again until the
task has been completed.
foreach works only on arrays. even it will run the loop
until end of the array.
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
What is artisan in php?
What is php artisan tinker?
how to use http headers inside php? Write the statement through which it can be added?
Is age interval or ordinal data?
Is php dying 2018?
How is a constant defined in a PHP script?
What is the alternative structure for control structures?
What is an abstract class in php?
What do you use php for?
How many types of array are there in php?
What is the difference between javascript and php?
What are the functions used in php?
What is a persistence cookie?
What is the difference between $message and $$message in php?
What does explode do in php?