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 a string so it can safely be used in an sql-statement * * @phpstub ..
Decoded Output download
<?php
/**
* Escape a string so it can safely be used in an sql-statement
*
* @phpstub
*
* @param object $link_identifier
* @param string $text
*
* @return string Returns the text, escaped where necessary (such as quotes, backslashes
* etc). On error, null is returned.
*/
function dbx_escape_string($link_identifier, $text)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Escape a string so it can safely be used in an sql-statement
*
* @phpstub
*
* @param object $link_identifier
* @param string $text
*
* @return string Returns the text, escaped where necessary (such as quotes, backslashes
* etc). On error, null is returned.
*/
function dbx_escape_string($link_identifier, $text)
{
}
Function Calls
None |
Stats
MD5 | 5da60c58892b74b8aa78d1aa7b5c1e82 |
Eval Count | 0 |
Decode Time | 87 ms |