what is the diffrence between for and foreach?
Answer Posted / ajay jain
for() is a simply a loop which is execute to the given
condition but foreach given as array parameter return as
content of array
Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
What are the characteristics of php variables?
Do you know how can php and html interact?
What are the 5 types of data?
What is the difference between $name and $$name?
Why do we use polymorphism in php?
What is get method in java?
What is difference between required and include in php?
What are differences between PECL and PEAR?
What are traits?
How many types of array supported in php?
How does session work in php?
What are the different components used in php for formatting?
How to create an array from php string?
What is ltrim?
What are escaping characters?