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 /** * Decrypts and verifies a given text * * @phpstub * * @param resource $ide..

Decoded Output download

<?php

/**
 * Decrypts and verifies a given text
 *
 * @phpstub
 *
 * @param resource $identifier
 * @param string $text
 * @param string $plaintext
 *
 * @return array On success, this function returns information about the signature and
 *               fills the  parameter with the decrypted text.
 *               On failure, this function returns false.
 */
function gnupg_decryptverify($identifier, $text, &$plaintext)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Decrypts and verifies a given text
 *
 * @phpstub
 *
 * @param resource $identifier
 * @param string $text
 * @param string $plaintext
 *
 * @return array On success, this function returns information about the signature and
 *               fills the  parameter with the decrypted text.
 *               On failure, this function returns false.
 */
function gnupg_decryptverify($identifier, $text, &$plaintext)
{
}

Function Calls

None

Variables

None

Stats

MD5 73734bb6fa438838063fcb7e8717411d
Eval Count 0
Decode Time 83 ms