Query: gnupg_addencryptkey
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GNUPG_ADDENCRYPTKEY(3) 1 GNUPG_ADDENCRYPTKEY(3) gnupg_addencryptkey - Add a key for encryptionSYNOPSISbool gnupg_addencryptkey (resource $identifier, string $fingerprint)DESCRIPTIONPARAMETERSo $identifier -The gnupg identifier, from a call to gnupg_init(3) or gnupg. o $fingerprint -The fingerprint key.RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #1 Procedural gnupg_addencryptkey(3) example <?php $res = gnupg_init(); gnupg_addencryptkey($res,"8660281B6051D071D94B5B230549F9DC851566DC"); ?> Example #2 OO gnupg_addencryptkey(3) example <?php $gpg = new gnupg(); $gpg -> addencryptkey("8660281B6051D071D94B5B230549F9DC851566DC"); ?> PHP Documentation Group GNUPG_ADDENCRYPTKEY(3)
Related Man Pages |
---|
mssql_select_db(3) - php |
collator_get_sort_key(3) - php |
gnupg_decryptverify(3) - php |
gnupg_verify(3) - php |
mysqli_next_result(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
User Guide: Posting in the Emergency Forum |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Denial Of Service Attack Update |