PHP function-shuffle

Source: Internet
Author: User

Shuffle () function Description:

-Random ordering of existing arrays does not preserve key values:

The-shuffle () function rearranges the elements in the array in random order, which assigns the new key names to the elements in the group, and the key names are deleted.

Syntax Description:

Shuffle (array)

Where, array is the specified array to use.

About return Value: Success returns TRUE, Failure returns false

Demo

$my _array Array ("A" and "Red", "B" and "Green", "c" = "Blue", "D" and "Yellow", "e" = "purple"); Shuffle ($my _array); Print_r ($my _array);? >

Output Result:

Array ([0] = purple [1] = blue [2] = yellow [3] = = Green [4] = + red)

Note that, based on the results we found, first, the disorderly order , followed by the key value is reset.

PHP function-shuffle

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.