検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 759 for key (0.002 sec.)
Memcached クラス 5872
« セッションのサポート Memcached::add » PHP Manual Memcached Memcached クラス Memcached クラス ( ... ( string $persistent_id = ? ) public add ( string $key , mixed $value , int $expiration = ? ): bool publi ... c addByKey ( string $server_key , string $key , mixed $value ... s ( array $servers ): bool public append ( string $key , string $value ): bool public appendByKey ( strin ... g $server_key , string $key , string $value ): bool public cas ( ...
https://man.plustar.jp/php/class.memcached.html - [similar]
Create a new encryption data key 5784
« MongoDB\Driver\ClientEncryption::__construct MongoDB\Driver\ClientEncryption::decrypt » PHP Ma ... iver\ClientEncryption Create a new encryption data key MongoDB\Driver\ClientEncryption::createDataKey (mo ... =1.7.0) MongoDB\Driver\ClientEncryption::createDataKey — Create a new encryption data key 説明 final publ ... ic MongoDB\Driver\ClientEncryption::createDataKey ( string $kmsProvider , array $options = ? ): Mong ... oDB\BSON\Binary Creates a new key document and inserts it into the key vault collect ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.createdatakey.html - [similar]
The Swoole\Table class 5763
« Swoole\Server::tick Swoole\Table::column » PHP Manual Swoole The Swoole\Table class The Swoole ... oid public current (): array public decr ( string $key , string $column , int $decrby = ? ): ReturnType p ... ublic del ( string $key ): void public destroy (): void public exist ( str ... ing $key ): bool public get ( string $row_key , string $col ... umn_key ): int public incr ( string $key , string $column ...
https://man.plustar.jp/php/class.swoole-table.html - [similar]
署名を生成する 5674
« openssl_seal openssl_spki_export_challenge » PHP Manual OpenSSL 関数 署名を生成する openssl_si ... ring $data , string &$signature , OpenSSLAsymmetricKey | OpenSSLCertificate | array | string $private_key ... ign() は、指定した data の署名を作ります。 private_key で指定した秘密鍵を使用して、暗号のデジタル署名を生 ... した場合、署名が signature に格納されます。 private_key OpenSSLAsymmetricKey - openssl_get_privatekey() が ... を返します。 変更履歴 バージョン 説明 8.0.0 private_key は、 OpenSSLAsymmetricKey または OpenSSLCertificat ...
https://man.plustar.jp/php/function.openssl-sign.html - [similar]
ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する 5606
« openssl_decrypt openssl_digest » PHP Manual OpenSSL 関数 ローカルのDH秘密鍵とリモート側のDH公開 ... 使い、共有シークレットを計算する openssl_dh_compute_key (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_dh_compute_ ... 、共有シークレットを計算する 説明 openssl_dh_compute_key ( string $public_key , OpenSSLAsymmetricKey $priva ... te_key ): string | false openssl_dh_compute_key() 関数が返 ... 以降でのみサポートされています。 パラメータ public_key リモート側の DH 公開鍵 private_key ローカル側の DH ...
https://man.plustar.jp/php/function.openssl-dh-compute-key.html - [similar]
リモートとローカルの DH/ECDH鍵 の公開値のための、共有シークレットを計算する 5586
« openssl_pkcs7_verify openssl_pkey_export_to_file » PHP Manual OpenSSL 関数 リモートとローカルの ... 公開値のための、共有シークレットを計算する openssl_pkey_derive (PHP 7 >= 7.3.0, PHP 8) openssl_pkey_derive ... 値のための、共有シークレットを計算する 説明 openssl_pkey_derive ( OpenSSLAsymmetricKey | OpenSSLCertificate ... | array | string $public_key , OpenSSLAsymmetricKey | OpenSSLCertificate | arra ... y | string $private_key , int $key_length = 0 ): string | false openssl_pk ...
https://man.plustar.jp/php/function.openssl-pkey-derive.html - [similar]
Get the value in the Swoole table by $row_key and $column_key. 5586
« Swoole\Table::exist Swoole\Table::incr » PHP Manual Swoole\Table Get the value in the Swoole t ... able by $row_key and $column_key. Swoole\Table::get (PECL swoole >= ... e::get — Get the value in the Swoole table by $row_key and $column_key. 説明 public Swoole\Table::get ( s ... tring $row_key , string $column_key ): int パラメータ row_key col ... umn_key 戻り値 関連キーワード: key , Swoole , Table , row ...
https://man.plustar.jp/php/swoole-table.get.html - [similar]
Returns the value for a given key 5565
« Ds\Map::first Ds\Map::hasKey » PHP Manual Map Returns the value for a given key Ds\Map::get (P ... 1.0.0) Ds\Map::get — Returns the value for a given key 説明 public Ds\Map::get ( mixed $key , mixed $defa ... ult = ? ): mixed Returns the value for a given key, or an optional default value if the key could not ... be found. 注意 : Keys of type object are supported. If an object implem ... You can also use array syntax to access values by key, eg. $map["key"] . 警告 Be careful when using arra ...
https://man.plustar.jp/php/ds-map.get.html - [similar]
Removes and returns a value by key 5565
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::rem ... 0) Ds\Map::remove — Removes and returns a value by key 説明 public Ds\Map::remove ( mixed $key , mixed $d ... efault = ? ): mixed Removes and returns a value by key, or return an optional default value if the key co ... uld not be found. 注意 : Keys of type object are supported. If an object implem ... You can also use array syntax to access values by key, eg. $map["key"] . 警告 Be careful when using arra ...
https://man.plustar.jp/php/ds-map.remove.html - [similar]
Associates a key with a value 5545
« Ds\Map::pairs Ds\Map::putAll » PHP Manual Map Associates a key with a value Ds\Map::put (PECL ... ds >= 1.0.0) Ds\Map::put — Associates a key with a value 説明 public Ds\Map::put ( mixed $key ... , mixed $value ): void Associates a key with a value , overwriting a previous association ... if one exists. 注意 : Keys of type object are supported. If an object implem ... u can also use array syntax to associate values by key, eg. $map["key"] = $value . 警告 Be careful when u ...
https://man.plustar.jp/php/ds-map.put.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT