|
openssl_pkcs7_signSign an S/MIME message Description
bool openssl_pkcs7_sign
( string
$infilename
, string $outfilename
, mixed $signcert
, mixed $privkey
, array $headers
[, int $flags = PKCS7_DETACHED
[, string $extracerts
]] )
openssl_pkcs7_sign takes the contents of the file
named Parameters
Return Values
Returns Examples
Example #1 openssl_pkcs7_sign example
<?php |