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 /** * Deletes records * * @phpstub * * @param resource $connection * @param s..
Decoded Output download
<?php
/**
* Deletes records
*
* @phpstub
*
* @param resource $connection
* @param string $table_name
* @param array $assoc_array
* @param int $options
*
* @return mixed Returns ``string`` if is passed
* via .
*/
function pg_delete($connection, $table_name, $assoc_array, $options = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Deletes records
*
* @phpstub
*
* @param resource $connection
* @param string $table_name
* @param array $assoc_array
* @param int $options
*
* @return mixed Returns ``string`` if is passed
* via .
*/
function pg_delete($connection, $table_name, $assoc_array, $options = false)
{
}
Function Calls
None |
Stats
MD5 | 74eb2165c03ed05594377d40b0b04f5b |
Eval Count | 0 |
Decode Time | 103 ms |