Last viewed functions
crc32
Declaration: int crc32 (string $str )
Description: Calculates the crc32 polynomial of a string
Returns: the crc32 checksum of str as an integer.
Parameters:
-
string $str:
The data.
Documentation: http://www.php.net/manual/en/function.crc32.php
Try crc32 Online Show me an example of crc32
CRC32 Calculations
This function uses the PHP crc32 function:
From php.net:
crc32(): Calculates the crc32 polynomial of a string
From php.net:
crc32(): Calculates the crc32 polynomial of a string
Information from Wikkipedia the the free encyclopedia.:
There are no Comments.








