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 /** * Encrypt an S/MIME message * * @phpstub * * @param string $infile * @par..

Decoded Output download

<?php

/**
 * Encrypt an S/MIME message
 *
 * @phpstub
 *
 * @param string $infile
 * @param string $outfile
 * @param mixed $recipcerts
 * @param array $headers
 * @param int $flags
 * @param int $cipherid
 *
 * @return bool 
 */
function openssl_pkcs7_encrypt($infile, $outfile, $recipcerts, $headers, $flags = false, $cipherid = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Encrypt an S/MIME message
 *
 * @phpstub
 *
 * @param string $infile
 * @param string $outfile
 * @param mixed $recipcerts
 * @param array $headers
 * @param int $flags
 * @param int $cipherid
 *
 * @return bool 
 */
function openssl_pkcs7_encrypt($infile, $outfile, $recipcerts, $headers, $flags = false, $cipherid = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 b534377663b73c2344f6be500a507524
Eval Count 0
Decode Time 77 ms