Php each function

Source: Internet
Author: User

Php each function
(PHP 4 and PHP 5)

Each-returns the current key and Value Pair by an array and pushes the array cursor

Description
Each array (array & $ array)
Returns the current key and Value Pair by an array and pushes the array cursor.

In every () executed, the array pointer will be left in the array of next year's elements, or the last element of the past, if the access ends the array. You must use reset () If you want to traverse the array again using each.

Parameters

Array
Input array.


Return Value
Returns the array of key and value pairs. This returns a four-element array with keys 0, 1, key, and value. The content contains an array element of 0 and key names, and contains 1 and value data.

If the internal pointer array point is the end of a series of contents, each () returns FALSE.

Instance

Example #1 each ()

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.