Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Calculates the crc32 polynomial of a string * * @phpstub * * @param stri..
Decoded Output download
<?php
/**
* Calculates the crc32 polynomial of a string
*
* @phpstub
*
* @param string $str
*
* @return int Returns the crc32 checksum of as an integer.
*/
function crc32($str)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Calculates the crc32 polynomial of a string
*
* @phpstub
*
* @param string $str
*
* @return int Returns the crc32 checksum of as an integer.
*/
function crc32($str)
{
}
Function Calls
None |
Stats
MD5 | c112cc7668731e9745a10cd478228662 |
Eval Count | 0 |
Decode Time | 87 ms |