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 /** * Increments the named generator and returns its new value * * @phpstub * ..
Decoded Output download
<?php
/**
* Increments the named generator and returns its new value
*
* @phpstub
*
* @param string $generator
* @param int $increment
* @param resource $link_identifier
*
* @return mixed Returns new generator value as integer, or as string if the value is too big.
*/
function ibase_gen_id($generator, $increment = 1, $link_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Increments the named generator and returns its new value
*
* @phpstub
*
* @param string $generator
* @param int $increment
* @param resource $link_identifier
*
* @return mixed Returns new generator value as integer, or as string if the value is too big.
*/
function ibase_gen_id($generator, $increment = 1, $link_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | c927420ce1f0bcf4fa13365c5a4ae38c |
Eval Count | 0 |
Decode Time | 89 ms |