|
openssl_pkcs7_encryptEncrypt an S/MIME message Description
bool openssl_pkcs7_encrypt(
string $input_filename,string $output_filename,OpenSSLCertificatearraystring $certificate,arraynull $headers,int $flags = 0,int $cipher_algo = OPENSSL_CIPHER_AES_128_CBC)
openssl_pkcs7_encrypt takes the contents of the
file named Parameters
Return Values
Returns Changelog
Examples
Example #1 openssl_pkcs7_encrypt example |