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 /** * Escape special characters for use in a query * * @phpstub * * @param res..

Decoded Output download

<?php

/**
 * Escape special characters for use in a query
 *
 * @phpstub
 *
 * @param resource $link
 * @param string $source_string
 *
 * @return string Returns a string containing the escaped data.
 */
function ingres_escape_string($link, $source_string)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Escape special characters for use in a query
 *
 * @phpstub
 *
 * @param resource $link
 * @param string $source_string
 *
 * @return string Returns a string containing the escaped data.
 */
function ingres_escape_string($link, $source_string)
{
}

Function Calls

None

Variables

None

Stats

MD5 e7e5b5f23073e833d775262087372377
Eval Count 0
Decode Time 77 ms