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 * * @ph..

Decoded Output download

<?php

/**
 * Escapes special characters in a string for use in an SQL statement
 *
 * @phpstub
 *
 * @param string $unescaped_string
 * @param resource $link_identifier
 *
 * @return string Returns the escaped string, or false on error.
 */
function mysql_real_escape_string($unescaped_string, $link_identifier = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Escapes special characters in a string for use in an SQL statement
 *
 * @phpstub
 *
 * @param string $unescaped_string
 * @param resource $link_identifier
 *
 * @return string Returns the escaped string, or false on error.
 */
function mysql_real_escape_string($unescaped_string, $link_identifier = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 c9d22c6c8bf1d08654393f4164259f15
Eval Count 0
Decode Time 79 ms