Introduction
Getting Started
Methods
Calculate the crc32 polynomial of the string.
Twine\Str::crc32( void ) : int
$string = new Twine\Str('john pinkerton'); $string->crc32(); // Returns 3367853299