sorry, correction, should read of course:
gnupg_deletekey -- Delete a key
![]() |
|
||||||||||
|
LI. gnupg ФункцииВведениеThis module allows you to interact with gnupg.
ТребованияThe gnupg extension requires PHP 4.3. To use this extension in an OO style, PHP 5 is required. This extension requires the gpgme library УстановкаThe gnupg-extension is not bundled with PHP. It is a PECL extension and can be located here: http://pecl.php.net/package/gnupg. Предопределенные константы
ПримечанияThis extension makes use of the keyring of the current user. This keyring is normally located in ~./.gnupg/. To specify a custom location, store the path to the keyring in the environment variable GNUPGHOME. See putenv for more information how to do this. Some functions require the specification of a key. This specification can be anything that refers to an unique key (userid, key-id, fingerprint, ...). This documentation uses the fingerprint in all examples. keylistiteratorThis extension also comes with an Iterator for your keyring.
ПримерыThis example will clearsign a given text.
gnupg Функции
phplist2REMOVE AT REMtincanOVE.co.uk
13-Dec-2006 09:04
sorry, correction, should read of course:
phplist2REMOVE AT REMtincanOVE.co.uk
08-Nov-2006 09:20
There's a function/method missing in the list. |