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 /** * Returns array of strings which represents the keys that can be used for res..

Decoded Output download

<?php

/**
 * Returns array of strings which represents the keys that can be used
 for response parameters on this transaction
 *
 * @phpstub
 *
 * @param resource $conn
 * @param int $identifier
 *
 * @return array 
 */
function m_responsekeys($conn, $identifier)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns array of strings which represents the keys that can be used
 for response parameters on this transaction
 *
 * @phpstub
 *
 * @param resource $conn
 * @param int $identifier
 *
 * @return array 
 */
function m_responsekeys($conn, $identifier)
{
}

Function Calls

None

Variables

None

Stats

MD5 2506c0ed500eea74199111ae22d7379a
Eval Count 0
Decode Time 91 ms