Return an array of random string keys:


SUBMITTED BY: henry1874w

DATE: June 25, 2017, 2:37 p.m.

FORMAT: Text only

SIZE: 99 Bytes

HITS: 211

  1. <?php
  2. $a=array("a"=>"red","b"=>"green","c"=>"blue","d"=>"yellow");
  3. print_r(array_rand($a,2));
  4. ?>

comments powered by Disqus