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 /** * Whether or not to validate the passed identifier on any transaction it is pa..

Decoded Output download

<?php

/**
 * Whether or not to validate the passed identifier on any transaction it is passed to
 *
 * @phpstub
 *
 * @param resource $conn
 * @param int $tf
 *
 * @return int 
 */
function m_validateidentifier($conn, $tf)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Whether or not to validate the passed identifier on any transaction it is passed to
 *
 * @phpstub
 *
 * @param resource $conn
 * @param int $tf
 *
 * @return int 
 */
function m_validateidentifier($conn, $tf)
{
}

Function Calls

None

Variables

None

Stats

MD5 8918f9a162674fe2c919eb8588cfec64
Eval Count 0
Decode Time 88 ms