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 /** * Returns the auto generated ID of the last insert query that successfully ..
Decoded Output download
<?php
/**
* Returns the auto generated ID of the last insert query that successfully
executed on this connection
*
* @phpstub
*
* @param resource $resource
*
* @return string Returns the auto generated ID of last insert query that successfully
* executed on this connection.
*/
function db2_last_insert_id($resource)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the auto generated ID of the last insert query that successfully
executed on this connection
*
* @phpstub
*
* @param resource $resource
*
* @return string Returns the auto generated ID of last insert query that successfully
* executed on this connection.
*/
function db2_last_insert_id($resource)
{
}
Function Calls
None |
Stats
MD5 | 64e16f7c876629e3da39414ae999b2fa |
Eval Count | 0 |
Decode Time | 126 ms |