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 /** * Removes all keys which were set for decryption before * * @phpstub * * @..

Decoded Output download

<?php

/**
 * Removes all keys which were set for decryption before
 *
 * @phpstub
 *
 * @param resource $identifier
 *
 * @return bool 
 */
function gnupg_cleardecryptkeys($identifier)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Removes all keys which were set for decryption before
 *
 * @phpstub
 *
 * @param resource $identifier
 *
 * @return bool 
 */
function gnupg_cleardecryptkeys($identifier)
{
}

Function Calls

None

Variables

None

Stats

MD5 89700ae53bc566778da1c4ee4dd0bf82
Eval Count 0
Decode Time 92 ms