Lines Matching refs:num_req
5 /* Prototype : mixed array_rand(array $input [, int $num_req])
58 echo"\nWith num_req = 1\n";
59 var_dump( array_rand($input, 1) ); // with $num_req=1
60 echo"\nWith num_req = 2\n";
61 var_dump( array_rand($input, 2) ); // with $num_req=2
77 With num_req = 1
80 With num_req = 2
93 With num_req = 1
96 With num_req = 2
109 With num_req = 1
112 With num_req = 2
125 With num_req = 1
128 With num_req = 2
141 With num_req = 1
144 With num_req = 2
157 With num_req = 1
160 With num_req = 2