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 identifier for insertion into a text field * * @phpstub * * @pa..
Decoded Output download
<?php
/**
* Escape a identifier for insertion into a text field
*
* @phpstub
*
* @param resource $connection
* @param string $data
*
* @return string A ``string`` containing the escaped data.
*/
function pg_escape_identifier($connection = NULL, $data)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Escape a identifier for insertion into a text field
*
* @phpstub
*
* @param resource $connection
* @param string $data
*
* @return string A ``string`` containing the escaped data.
*/
function pg_escape_identifier($connection = NULL, $data)
{
}
Function Calls
None |
Stats
MD5 | ffa437914056f0dc33070870588f4411 |
Eval Count | 0 |
Decode Time | 290 ms |