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 /** * Delete DBA entry specified by key * * @phpstub * * @param string $key *..
Decoded Output download
<?php
/**
* Delete DBA entry specified by key
*
* @phpstub
*
* @param string $key
* @param resource $handle
*
* @return bool
*/
function dba_delete($key, $handle)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Delete DBA entry specified by key
*
* @phpstub
*
* @param string $key
* @param resource $handle
*
* @return bool
*/
function dba_delete($key, $handle)
{
}
Function Calls
None |
Stats
MD5 | d4577fe6365b2e706107c42793314d9c |
Eval Count | 0 |
Decode Time | 98 ms |