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 /** * @param int $err Error code * * @return string Returns the error as a strin..
Decoded Output download
<?php
/**
* @param int $err Error code
*
* @return string Returns the error as a string.
*/
function rd_kafka_err2str($err)
{
}
/**
* @param int $errnox A system errno
*
* @return int Returns a kafka error code as an integer.
*/
function rd_kafka_errno2err($errnox)
{
}
/**
* @return int Returns the system errno as an integer.
*/
function rd_kafka_errno()
{
}
/**
* @param int $cnt
*
* @return int Returns the special offset as an integer.
*/
function rd_kafka_offset_tail($cnt)
{
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* @param int $err Error code
*
* @return string Returns the error as a string.
*/
function rd_kafka_err2str($err)
{
}
/**
* @param int $errnox A system errno
*
* @return int Returns a kafka error code as an integer.
*/
function rd_kafka_errno2err($errnox)
{
}
/**
* @return int Returns the system errno as an integer.
*/
function rd_kafka_errno()
{
}
/**
* @param int $cnt
*
* @return int Returns the special offset as an integer.
*/
function rd_kafka_offset_tail($cnt)
{
}
Function Calls
| None |
Stats
| MD5 | c290a4b1b7a16c06d735a1c044136a25 |
| Eval Count | 0 |
| Decode Time | 116 ms |