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 a string for use in a mysql_query * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Escapes a string for use in a mysql_query
 *
 * @phpstub
 *
 * @param string $unescaped_string
 *
 * @return string Returns the escaped string.
 */
function mysql_escape_string($unescaped_string)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Escapes a string for use in a mysql_query
 *
 * @phpstub
 *
 * @param string $unescaped_string
 *
 * @return string Returns the escaped string.
 */
function mysql_escape_string($unescaped_string)
{
}

Function Calls

None

Variables

None

Stats

MD5 d47c7039ef83c1b63ada4390fbdc153b
Eval Count 0
Decode Time 89 ms