array_rand

Definition

mixed array_rand ( array $input [, int $num_req = 1 ] )

Description

Picks one ore more random entries out of an array, and returns the key (or keys) of the random entries.

[More at php.net]

Parameters



loading


Share/bookmark - array_rand


Global comments