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 /** * Escapes special characters in a string for use in an SQL statement, taking i..

Decoded Output download

<?php

/**
 * Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection
 *
 * @phpstub
 *
 * @param resource $link
 * @param string $escapestr
 *
 * @return string
 */
function maxdb_real_escape_string($link, $escapestr)
{
}

/**
 * Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection
 *
 * @phpstub
 *
 * @param string $escapestr
 *
 * @return string
 */
function maxdb_real_escape_string($escapestr)
{
}

/**
 * Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection
 *
 * @phpstub-alias-of maxdb_real_escape_string
 * @phpstub
 *
 * @param resource $link
 * @param string $escapestr
 *
 * @return string
 */
function maxdb_escape_string($link, $escapestr)
{
}

/**
 * Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection
 *
 * @phpstub-alias-of maxdb_real_escape_string
 * @phpstub
 *
 * @param string $escapestr
 *
 * @return string
 */
function maxdb_escape_string($escapestr)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection
 *
 * @phpstub
 *
 * @param resource $link
 * @param string $escapestr
 *
 * @return string
 */
function maxdb_real_escape_string($link, $escapestr)
{
}

/**
 * Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection
 *
 * @phpstub
 *
 * @param string $escapestr
 *
 * @return string
 */
function maxdb_real_escape_string($escapestr)
{
}

/**
 * Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection
 *
 * @phpstub-alias-of maxdb_real_escape_string
 * @phpstub
 *
 * @param resource $link
 * @param string $escapestr
 *
 * @return string
 */
function maxdb_escape_string($link, $escapestr)
{
}

/**
 * Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection
 *
 * @phpstub-alias-of maxdb_real_escape_string
 * @phpstub
 *
 * @param string $escapestr
 *
 * @return string
 */
function maxdb_escape_string($escapestr)
{
}

Function Calls

None

Variables

None

Stats

MD5 14748f498f7becfd34461affcd898c56
Eval Count 0
Decode Time 234 ms