PHP Compiler
<!DOCTYPE html> <html> <body> <?php $str = crc32("Php world"); printf("%u\n", $str); ?> </body> </html>
OUTPUT
2160385429
×

Save as Private