|
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 infilename using the certificate and its associated private key specified by recipcert and recipkey. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 openssl_pkcs7_decrypt() example
<?php |
|