| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
Software
gnupg FunktionenEinführungThis module allows you to interact with » gnupg. AnforderungenThe gnupg extension requires PHP 4.3. To use this extension in an OO style, PHP 5 is required. This extension requires the » gpgme library InstallationThe gnupg-extension is not bundled with PHP. It is a » PECL extension and can be located here: » http://pecl.php.net/package/gnupg. Vordefinierte Konstanten
AnmerkungenThis 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.
<?phpBeispieleThis example will clearsign a given text. Example#1 gnupg clearsign example (procedural)
<?phpExample#2 gnupg clearsign example (OO)
<?phpInhaltsverzeichnis
|