PHP 随机显示

<?php
  print_r(
    array_rand(
      array(
        "新春快乐"=>"",
        "猴年大吉"=>"",
        "心想事成"=>"",
        "恭喜发财"=>"",
        "合家欢乐"=>""
      ),
    1)
  );
?>

posted @ 2016-02-15 13:31  784040932  阅读(176)  评论(0编辑  收藏  举报