<?php $arr = explode(',', '40,52,78,81,25,83,37,77');shuffle($arr);echo implode(',', $arr);
Standard input is empty
78,25,52,81,37,83,77,40
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!