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 /** * Get the RAW comma delimited data returned from MCVE * * @phpstub * * @pa..
Decoded Output download
<?php
/**
* Get the RAW comma delimited data returned from MCVE
*
* @phpstub
*
* @param resource $conn
* @param int $identifier
*
* @return string
*/
function m_getcommadelimited($conn, $identifier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the RAW comma delimited data returned from MCVE
*
* @phpstub
*
* @param resource $conn
* @param int $identifier
*
* @return string
*/
function m_getcommadelimited($conn, $identifier)
{
}
Function Calls
None |
Stats
MD5 | b31bdbec94082e353b91ffa600fc5fc3 |
Eval Count | 0 |
Decode Time | 78 ms |