How can I reset an array in PHP?
Answer Posted / madipally
Its very simple uday,
we have an array of numbers , which contains
"Item1","Item2","Item3".
when we call next($numbers) , the pointer will be jump to
the next item, in this case Item2.After resetting using
reset($numbers) pointer will move to the first location that
is "Item1".
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Can I include php in javascript?
What is session php?
Can I use php in html?
Starting or restarting a computer is called
How can I increase my website session?
Differentiate echo vs. Print statement.
What is the timeout period on session values?
What are the encryption functions in php?
What are the rules for naming a php variable?
How is it possible to set an infinite execution time for php script?
What is a trait in php?
What the limitation of header() function in php?
Why is used in php?
Is empty java?
What is trim codeigniter?