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 /** * Verifies a signed text * * @phpstub * * @param resource $identifier * @..

Decoded Output download

<?php

/**
 * Verifies a signed text
 *
 * @phpstub
 *
 * @param resource $identifier
 * @param string $signed_text
 * @param string $signature
 * @param string $plaintext
 *
 * @return array On success, this function returns information about the signature.
 *               On failure, this function returns false.
 */
function gnupg_verify($identifier, $signed_text, $signature, &$plaintext = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Verifies a signed text
 *
 * @phpstub
 *
 * @param resource $identifier
 * @param string $signed_text
 * @param string $signature
 * @param string $plaintext
 *
 * @return array On success, this function returns information about the signature.
 *               On failure, this function returns false.
 */
function gnupg_verify($identifier, $signed_text, $signature, &$plaintext = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 99abb11315fdc66b488613ecd000ff24
Eval Count 0
Decode Time 77 ms