PHP Questions Home
Categories
Arrays
Files
Forms
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Functions
PHP Functions

More PHP
Top Questions
Ask a Question
Sponsors

sponsor ad
Advertise Here

How to point internal pointer to first element of an array?


If you want to do this then you can use the reset() function.

For a little more information on this and a simple example of how to use reset, please read this answer:

http://www.php-questions.com/phpfaq/answer115

Ask a Question / Comment on this Question and Answer >>>

More arrays PHP Questions

How do I sort alphanumeric array data correctly?
I am not interested in the values in the arrays, how can I discard them?
How do you remove duplicate values from an array?
How do I find the size of an array?
Explain the following code