what is the diffrence between for and foreach?
Answer Posted / ks.tarun
FOR loop will continue until some condition fails, but in
case of foreach loop will work until all item are processed.
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
What is abstract class in php?
What is the difference between overloading and overriding in php?
How to Retrieve the Session ID of the Current Session?
What is session in php why it is use?
What is mysqli_fetch_array?
How do I find environment variables?
List data types in PHP?
Is php a strongly typed language?
What is stdclass in php?
Php error constants and their descriptions
What types of loops exist in php?
What is nginx and what is it used for?
What are the four scalar types of php?
What is the importance of parser in php?
Is key in array php?