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 /** * Fetch first key * * @phpstub * * @param resource $handle * * @return s..

Decoded Output download

<?php

/**
 * Fetch first key
 *
 * @phpstub
 *
 * @param resource $handle
 *
 * @return string Returns the key on success.
 */
function dba_firstkey($handle)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Fetch first key
 *
 * @phpstub
 *
 * @param resource $handle
 *
 * @return string Returns the key on success.
 */
function dba_firstkey($handle)
{
}

Function Calls

None

Variables

None

Stats

MD5 cc599059c4c1832489df97ea9ba6d019
Eval Count 0
Decode Time 93 ms