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 is a query in php?
Explain how can we execute a php script using command line?
What is use of mysqli_query in php?
Why print_r is used in php?
How to define a user function?
How can you create a session in php?
What is the meaning of symbol '$' in jquery?
What are session variables in php?
Is php better than java?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
Which functions are used to remove whitespaces from the string?
What is laracast?
Is nan in php?
How can image properties be retrieved in php?
What are php magic quotes?