what is the diffrence between for and foreach?
Answer Posted / web developer
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 ? | 120 Yes | 8 No |
Post New Answer View All Answers
Tell me what are the different types of errors in php?
What is the purpose of php?
Is it more secure to use cookies to trfer session ids?
How can you upload a file using php?
What is a lambda function in php?
What are the different types of PHP arrays?
How many days will it take to learn php?
Tell me what is the default session time in php?
What are the advantages of php?
Which software is used to run php programs?
How to break a file path name into parts?
How to take a substring from a given string?
What is difference between session_unset and session_destroy?
Is php dead 2019?
Which function can be used to delete a file?