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 a specific cell from a comma delimited response by column number * * @..

Decoded Output download

<?php

/**
 * Get a specific cell from a comma delimited response by column number
 *
 * @phpstub
 *
 * @param resource $conn
 * @param int $identifier
 * @param int $column
 * @param int $row
 *
 * @return string 
 */
function m_getcellbynum($conn, $identifier, $column, $row)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get a specific cell from a comma delimited response by column number
 *
 * @phpstub
 *
 * @param resource $conn
 * @param int $identifier
 * @param int $column
 * @param int $row
 *
 * @return string 
 */
function m_getcellbynum($conn, $identifier, $column, $row)
{
}

Function Calls

None

Variables

None

Stats

MD5 41afd71391cce37f3b97be03b7509f59
Eval Count 0
Decode Time 74 ms