update : 2015.11.03
php.shukuma.com검색:
|
openssl_pkcs7_encrypt(PHP 4 >= 4.0.6, PHP 5) openssl_pkcs7_encrypt — Encrypt an S/MIME message 설명
bool openssl_pkcs7_encrypt
( string
$infile
, string $outfile
, mixed $recipcerts
, array $headers
[, int $flags = 0
[, int $cipherid = OPENSSL_CIPHER_RC2_40
]] )
openssl_pkcs7_encrypt() takes the contents of the
file named 인수
반환값
성공 시 예제
Example #1 openssl_pkcs7_encrypt() example
<?php |