update : 2015.11.03
php.shukuma.com검색:
|
openssl_pkcs7_decrypt(PHP 4 >= 4.0.6, PHP 5) openssl_pkcs7_decrypt — Decrypts an S/MIME encrypted message 설명
bool openssl_pkcs7_decrypt
( string
$infilename
, string $outfilename
, mixed $recipcert
[, mixed $recipkey
] )
Decrypts the S/MIME encrypted message contained in the file specified by
인수
반환값
성공 시 예제
Example #1 openssl_pkcs7_decrypt() example
<?php |