Untitled
unknown
plain_text
2 years ago
171 B
7
Indexable
<?php $alphabet = array( "A", "B", "C", "D", ); function surf($alphabet){ shuffle($alphabet); return $alphabet; } echo surf(); ?>
Editor is loading...
<?php $alphabet = array( "A", "B", "C", "D", ); function surf($alphabet){ shuffle($alphabet); return $alphabet; } echo surf(); ?>