|
openssl_pkcs7_decryptDecrypts an S/MIME encrypted message Description
bool openssl_pkcs7_decrypt
( string
$infilename
, string $outfilename
, mixed $recipcert
[, mixed $recipkey
] )
Decrypts the S/MIME encrypted message contained in the file specified by
Parameters
Return Values
Returns Examples
Example #1 openssl_pkcs7_decrypt example
<?php |