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 /** * Sign an S/MIME message * * @phpstub * * @param string $infilename * @pa..

Decoded Output download

<?php

/**
 * Sign an S/MIME message
 *
 * @phpstub
 *
 * @param string $infilename
 * @param string $outfilename
 * @param mixed $signcert
 * @param mixed $privkey
 * @param array $headers
 * @param int $flags
 * @param string $extracerts
 *
 * @return bool 
 */
function openssl_pkcs7_sign($infilename, $outfilename, $signcert, $privkey, $headers, $flags = false, $extracerts = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sign an S/MIME message
 *
 * @phpstub
 *
 * @param string $infilename
 * @param string $outfilename
 * @param mixed $signcert
 * @param mixed $privkey
 * @param array $headers
 * @param int $flags
 * @param string $extracerts
 *
 * @return bool 
 */
function openssl_pkcs7_sign($infilename, $outfilename, $signcert, $privkey, $headers, $flags = false, $extracerts = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 58801e5c4c2fd63dac7f76cd312abb38
Eval Count 0
Decode Time 74 ms