PHP » GoLang |
login |
register |
about
|
GoLang openssl_pkcs7_sign
request it (355)
GoLang replacement for PHP's openssl_pkcs7_sign
[edit | history]
openssl_pkcs7_sign(PHP 4 >= 4.0.6, PHP 5, PHP 7) openssl_pkcs7_sign — Sign an S/MIME message Description
bool openssl_pkcs7_sign
( string
$infilename
, string $outfilename
, mixed $signcert
, mixed $privkey
, array $headers
[, int $flags = PKCS7_DETACHED
[, string $extracerts
]] )
openssl_pkcs7_sign() takes the contents of the file
named Parameters
Return Values
Returns Examples
Example #1 openssl_pkcs7_sign() example
<?php |
more
Recently updated
more
Most requested
|