<?PHP echo 'UNIX: ' . getrandmax () . '<br>'; echo 'Windows: ' . getrandmax (); ?>
UNIX: 2147483647 Windows: 32767