検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 759 for key (0.019 sec.)
サブキーを派生させる 4153
« sodium_crypto_generichash sodium_crypto_kdf_keygen » PHP Manual Sodium 関数 サブキーを派生させ ... る sodium_crypto_kdf_derive_from_key (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_kdf_derive_f ... rom_key — サブキーを派生させる 説明 sodium_crypto_kdf_deri ... ve_from_key ( int $subkey_length , int $subkey_id , string $co ... ntext , string $key ): string ルートキーと追加のコンテクストから、サブ ...
https://man.plustar.jp/php/function.sodium-crypto-kdf-derive-from-key.html - [similar]
指定したサーバーでデータを既存のアイテムに追記する 4153
« Memcached::append Memcached::cas » PHP Manual Memcached 指定したサーバーでデータを既存のアイテ ... ムに追記する Memcached::appendByKey (PECL memcached >= 0.1.0) Memcached::appendByKey... のアイテムに追記する 説明 public Memcached::appendByKey ( string $server_key , string $key , string $value ... ): bool Memcached::appendByKey() は機能的に Memcached::append() と同等です。しかし ... 、自由形式の server_key を使用して、 key を特定のサーバーに関連付けることが ...
https://man.plustar.jp/php/memcached.appendbykey.html - [similar]
指定したサーバー上のアイテムに新しい有効期限を設定する 4153
« Memcached::touch MemcachedException » PHP Manual Memcached 指定したサーバー上のアイテムに新しい ... 有効期限を設定する Memcached::touchByKey (PECL memcached >= 2.0.0) Memcached::touchByKey... しい有効期限を設定する 説明 public Memcached::touchByKey ( string $server_key , string $key , int $expirati ... on ): bool Memcached::touchByKey() は機能的に Memcached::touch() と同等です。しかし ... 、自由形式の server_key を使用して、 key を特定のサーバーに関連付けることが ...
https://man.plustar.jp/php/memcached.touchbykey.html - [similar]
Updates all values by applying a callback function to each value 4133
« Ds\Map::allocate Ds\Map::capacity » PHP Manual Map Updates all values by applying a callback f ... in the map. パラメータ callback callback ( mixed $key , mixed $value ): mixed A callable to apply to eac ... "b" => 2 , "c" => 3 ]); $map -> apply (function( $key , $value ) { return $value * 2 ; }); print_r ( $ma ... なります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 2 ) [1] => Ds\Pair Object ( [key] ... => b [value] => 4 ) [2] => Ds\Pair Object ( [key] => c [value] => 6 ) ) 関連キーワード: Ds , Map , ...
https://man.plustar.jp/php/ds-map.apply.html - [similar]
結果からカラム情報を取得し、オブジェクトとして返す 4133
« mysql_fetch_assoc mysql_fetch_lengths » PHP Manual MySQL 関数 結果からカラム情報を取得し、オブ ... カラムが null 値をとることができない場合 1 primary_key - カラムが主キーであれば 1 unique_key - カラムがユ ... ニークキーであれば 1 multiple_key - カラムが非ユニークキーであれば 1 numeric - カラム ... a -> blob max_length: $meta -> max_length multiple_key: $meta -> multiple_key name: $meta -> name not_nul ... meta -> not_null numeric: $meta -> numeric primary_key: $meta -> primary_key table: $meta -> table type: ...
https://man.plustar.jp/php/function.mysql-fetch-field.html - [similar]
CSR をファイルにエクスポートする 4133
« openssl_cms_verify openssl_csr_export » PHP Manual OpenSSL 関数 CSR をファイルにエクスポートす ... array( "commonName" => "example.com" , ); $private_key = openssl_pkey_new (array( "private_key_bits" => 2 ... 048 , "private_key_type" => OPENSSL_KEYTYPE_RSA , )); $csr = openssl_ ... csr_new ( $subject , $private_key , array( 'digest_alg' => 'sha384' ) ); openssl_pke ... y_export_to_file ( $private_key , 'example-priv.key' ); // Along with the subject, ...
https://man.plustar.jp/php/function.openssl-csr-export-to-file.html - [similar]
キーに関連づけられた値を減少させる 4133
« wincache_ucache_clear wincache_ucache_delete » PHP Manual WinCache 関数 キーに関連づけられた値 ... た値を減少させる 説明 wincache_ucache_dec ( string $key , int $dec_by = 1 , bool &$success = ? ): mixed ke ... いは dec_by で指定した数だけ減らします。 パラメータ key 変数をキャッシュに格納するときに使ったキーの名前。 ... key は大文字小文字を区別します。 dec_by key に関連づけ ... 数点数を指定した場合は、最も近い整数に丸められます。 key に関連づけられた変数は long 型でなければならず、 そ ...
https://man.plustar.jp/php/function.wincache-ucache-dec.html - [similar]
指定したサーバーからアイテムを削除する 4133
« Memcached::delete Memcached::deleteMulti » PHP Manual Memcached 指定したサーバーからアイテムを ... 削除する Memcached::deleteByKey (PECL memcached >= 0.1.0) Memcached::deleteByKey... らアイテムを削除する 説明 public Memcached::deleteByKey ( string $server_key , string $key , int $time = 0 ... ): bool Memcached::deleteByKey() は機能的に Memcached::delete() と同等です。しかし ... 、自由形式の server_key を使用して、 key を特定のサーバーに関連付けることが ...
https://man.plustar.jp/php/memcached.deletebykey.html - [similar]
指定したサーバーで既存のアイテムの前にデータを付加する 4133
« Memcached::prepend Memcached::quit » PHP Manual Memcached 指定したサーバーで既存のアイテムの前 ... にデータを付加する Memcached::prependByKey (PECL memcached >= 0.1.0) Memcached::prependByKey ... 前にデータを付加する 説明 public Memcached::prependByKey ( string $server_key , string $key , string $value ... ): bool Memcached::prependByKey() は機能的に Memcached::prepend() と同等です。しか ... し、自由形式の server_key を使用して、 key を特定のサーバーに関連付けることが ...
https://man.plustar.jp/php/memcached.prependbykey.html - [similar]
SessionHandler クラス 4112
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionH ... 1 ]. $data00 , true ); $result .= $hash [ $i ]; } $key = substr ( $result , 0 , 32 ); $iv = substr ( $res ... ); return openssl_decrypt ( $ct , 'AES-256-CBC' , $key , true , $iv ); } /** * crypt AES 256 * * @param d ... ytes ( 16 ); $salted = '' ; $dx = '' ; // Salt the key(32) and iv(16) = 48 while ( strlen ( $salted ) < 4 ... . $password . $salt , true ); $salted .= $dx ; } $key = substr ( $salted , 0 , 32 ); $iv = substr ( $sal ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT