| gnupg_import(PECL gnupg >= 0.3) gnupg_import — Imports a key Описание
   array gnupg_import
    ( resource $identifier
   , string $keydata
   ) Imports the key keydata and returns an array with information about the importprocess. Список параметров
 
 Возвращаемые значенияOn success, this function returns and info-array about the importprocess. On failure, this function returns FALSE. Примеры
 Пример #1 Procedural gnupg_import() example 
<?phpПример #2 OO gnupg_import() example 
<?php | ||