Posted by R. Rajesh Jeba Anbiah on 10/21/69 11:50
Bent Stigsen wrote:
> Chung Leong wrote:
<snip>
> > str_shuffle(implode('', range(1, 6)));
>
> Subtle hint? :)
echo str_shuffle('123456');
print_r(range(1, 6));
echo implode('', range(1, 6));
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|