検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 176 for res (0.018 sec.)
事前に復号のために設定されたすべてのキーを削除する 5650
« gnupg_addsignkey gnupg_clearencryptkeys » PHP Manual GnuPG 関数 事前に復号のために設定されたす ... すべてのキーを削除する 説明 gnupg_cleardecryptkeys ( resource $identifier ): bool パラメータ identifier gnu ... 例1 手続き型の gnupg_cleardecryptkeys() の例 <?php $res = gnupg_init (); gnupg_cleardecryptkeys ( $res ); ...
https://man.plustar.jp/php/function.gnupg-cleardecryptkeys.html - [similar]
事前に暗号化のために設定されたすべてのキーを削除する 5650
« gnupg_cleardecryptkeys gnupg_clearsignkeys » PHP Manual GnuPG 関数 事前に暗号化のために設定され ... すべてのキーを削除する 説明 gnupg_clearencryptkeys ( resource $identifier ): bool パラメータ identifier gnu ... 例1 手続き型の gnupg_clearencryptkeys() の例 <?php $res = gnupg_init (); gnupg_clearencryptkeys ( $res ); ... tifier , cleardecryptkeys , clearsignkeys , 関数 , resource ...
https://man.plustar.jp/php/function.gnupg-clearencryptkeys.html - [similar]
事前に署名のために設定されたすべてのキーを削除する 5650
« gnupg_clearencryptkeys gnupg_decrypt » PHP Manual GnuPG 関数 事前に署名のために設定されたすべて ... たすべてのキーを削除する 説明 gnupg_clearsignkeys ( resource $identifier ): bool パラメータ identifier gnu ... 例 例1 手続き型の gnupg_clearsignkeys() の例 <?php $res = gnupg_init (); gnupg_clearsignkeys ( $res ); ?> ...
https://man.plustar.jp/php/function.gnupg-clearsignkeys.html - [similar]
キーをエクスポートする 5650
« gnupg_encryptsign gnupg_getengineinfo » PHP Manual GnuPG 関数 キーをエクスポートする gnupg_exp ... xport — キーをエクスポートする 説明 gnupg_export ( resource $identifier , string $fingerprint ): string キ ... す。 例 例1 Procedural gnupg_export() example <?php $res = gnupg_init (); $export = gnupg_export ( $res , " ...
https://man.plustar.jp/php/function.gnupg-export.html - [similar]
すべての操作で現在アクティブなプロトコルを返す 5650
« gnupg_geterrorinfo gnupg_gettrustlist » PHP Manual GnuPG 関数 すべての操作で現在アクティブなプ ... クティブなプロトコルを返す 説明 gnupg_getprotocol ( resource $identifier ): int パラメータ identifier gnup ... 例 例1 手続き型の gnupg_getprotocol() の例 <?php $res = gnupg_init (); echo gnupg_getprotocol ( $res ); ... identifier , geterrorinfo , gettrustlist , 関数 , resource , int , パラメータ ...
https://man.plustar.jp/php/function.gnupg-getprotocol.html - [similar]
キーの署名の一覧を返す 5650
« gnupg_keyinfo gnupg_setarmor » PHP Manual GnuPG 関数 キーの署名の一覧を返す gnupg_listsignatures ... es (PECL gnupg >= 0.5) gnupg_listsignatures — キーの署名の一覧を返す 説明 gnupg_listsignatures ... ( resource $identifier , string $keyid ): array パラメー ... ll を返します。 例 例1 手続き型の gnupg_listsignatures() の例 <?php $res = gnupg_init (); $signatures = g ... nupg_listsignatures ( $res , "8660281B6051D071D94B5B230549F9DC851566DC ...
https://man.plustar.jp/php/function.gnupg-listsignatures.html - [similar]
結果において指定したフィールド名を取得する 5650
« mysql_field_len mysql_field_seek » PHP Manual MySQL 関数 結果において指定したフィールド名を取得 ... nt::getColumnMeta() [name] 説明 mysql_field_name ( resource $result , int $field_offset ): string | false ... は、指定したフィールドの 名前を返します。 パラメータ result 評価された結果 リソース 。この結果は、 mysql_qu ... ( "Could not set $dbname : " . mysql_error ()); } $res = mysql_query ( 'select * from users' , $link ); e ... cho mysql_field_name ( $res , 0 ) . "\n" ; echo mysql_field_name ( $res , 2 ); ...
https://man.plustar.jp/php/function.mysql-field-name.html - [similar]
直近の操作の結果コードを返す 5650
« Memcached::getOption Memcached::getResultMessage » PHP Manual Memcached 直近の操作の結果コード ... を返す Memcached::getResultCode (PECL memcached >= 0.1.0) Memcached::getRes ... 近の操作の結果コードを返す 説明 public Memcached::getResultCode (): int Memcached::getResultCode() は Memca ... ched::RES_* 定数のいずれかを返します。 これは、直近に実行され ... 操作の結果コードを返します。 例 例1 Memcached::getResultCode() の例 <?php $m = new Memcached (); $m -> a ...
https://man.plustar.jp/php/memcached.getresultcode.html - [similar]
信頼済みのアイテムを検索する 5594
« gnupg_getprotocol gnupg_import » PHP Manual GnuPG 関数 信頼済みのアイテムを検索する gnupg_gett ... 頼済みのアイテムを検索する 説明 gnupg_gettrustlist ( resource $identifier , string $pattern ): array パラメ ... 例 例1 手続き型の gnupg_gettrustlist() の例 <?php $res = gnupg_init (); $items = gnupg_gettrustlist ( $re ... 検索 , gettrustlist , identifier , pattern , 関数 , resource , import , string ...
https://man.plustar.jp/php/function.gnupg-gettrustlist.html - [similar]
キーをインポートする 5594
« gnupg_gettrustlist gnupg_init » PHP Manual GnuPG 関数 キーをインポートする gnupg_import (PECL ... _import — キーをインポートする 説明 gnupg_import ( resource $identifier , string $keydata ): array キー k ... ます。 例 例1 手続き型の gnupg_import() の例 <?php $res = gnupg_init (); $info = gnupg_import ( $res , $ke ...
https://man.plustar.jp/php/function.gnupg-import.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT