|
openssl_pkcs7_signSign an S/MIME message Description
bool openssl_pkcs7_sign(
string $input_filename,string $output_filename,OpenSSLCertificatestring $certificate,#[\SensitiveParameter]OpenSSLAsymmetricKeyOpenSSLCertificatearraystring $private_key,arraynull $headers,int $flags = PKCS7_DETACHED,stringnull $untrusted_certificates_filename = null)
openssl_pkcs7_sign takes the contents of the file
named Parameters
Return Values
Returns Changelog
Examples
Example #1 openssl_pkcs7_sign example |