Calculate the crc32 polynomial of the string.

Twine\Str::crc32( void ) : int

Examples

$string = new Twine\Str('john pinkerton');

        $string->crc32(); // Returns 3367853299