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 /** * Return CRC32 checksum of given string * * @phpstub * * @param resource $..
Decoded Output download
<?php
/**
* Return CRC32 checksum of given string
*
* @phpstub
*
* @param resource $agent
* @param string $str
*
* @return int
*/
function udm_crc32($agent, $str)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Return CRC32 checksum of given string
*
* @phpstub
*
* @param resource $agent
* @param string $str
*
* @return int
*/
function udm_crc32($agent, $str)
{
}
Function Calls
None |
Stats
MD5 | 09dc4516880d1e1bcf945341949a1124 |
Eval Count | 0 |
Decode Time | 85 ms |