検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 759 for key (0.123 sec.)
変数をユーザーキャッシュに追加し、変数が既にキャッシュに存在する場合はそれを上書... 3799
« wincache_ucache_meminfo wincache_unlock » PHP Manual WinCache 関数 変数をユーザーキャッシュに追 ... はそれを上書きする 説明 wincache_ucache_set ( mixed $key , mixed $value , int $ttl = 0 ): bool wincache_uca ... 除されるまではキャッシュに残り続けます。 パラメータ key 変数を格納するときに、この名前のキーを使います。 同 ... 納されているときは、元の値を新しい値で上書きします。 key には name => value のペアの配列を渡すこともできます ... このパラメータは無視されます。 一般的な指針として、 key に配列を渡す場合は value を null にしておきましょう ...
https://man.plustar.jp/php/function.wincache-ucache-set.html - [similar]
現在の要素のキーを返す 3799
« Iterator::current Iterator::next » PHP Manual Iterator 現在の要素のキーを返す Iterator::key (P ... HP 5, PHP 7, PHP 8) Iterator::key — 現在の要素のキーを返す 説明 public Iterator::key ... OTICE を発行します。 関連キーワード: 要素 , キー , key , パラメータ , 失敗 , next , public , 関数 , 成功 ...
https://man.plustar.jp/php/iterator.key.html - [similar]
現在のノードのインデックスを返す 3799
« SplDoublyLinkedList::isEmpty SplDoublyLinkedList::next » PHP Manual SplDoublyLinkedList 現在の ... ノードのインデックスを返す SplDoublyLinkedList::key (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplDoublyLinkedList ... ::key — 現在のノードのインデックスを返す 説明 public Spl ... DoublyLinkedList::key (): int この館数は、現在のノードのインデックスを返 ... ード: ノード , インデックス , SplDoublyLinkedList , key , パラメータ , isEmpty , next , public , int , 関数 ...
https://man.plustar.jp/php/spldoublylinkedlist.key.html - [similar]
現在のノードのインデックスを返す 3799
« SplHeap::isEmpty SplHeap::next » PHP Manual SplHeap 現在のノードのインデックスを返す SplHeap:: ... key (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplHeap::key — 現在のノードのインデックスを返す 説明 public Spl ... Heap::key (): int この関数は、現在のノードのインデックスを返 ... 関連キーワード: ノード , インデックス , SplHeap , key , 関数 , パラメータ , isEmpty , next , public , in ...
https://man.plustar.jp/php/splheap.key.html - [similar]
現在のノードのインデックスを返す 3799
« SplPriorityQueue::isEmpty SplPriorityQueue::next » PHP Manual SplPriorityQueue 現在のノードのイ ... ンデックスを返す SplPriorityQueue::key (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplPriorityQueue::k ... ドのインデックスを返す 説明 public SplPriorityQueue::key (): int この関数は、現在のノードのインデックスを返 ... ーワード: ノード , インデックス , SplPriorityQueue , key , 関数 , パラメータ , isEmpty , next , public , in ...
https://man.plustar.jp/php/splpriorityqueue.key.html - [similar]
現在の要素のキーを取得する 3799
« Yaf_Config_Ini::__isset Yaf_Config_Ini::next » PHP Manual Yaf_Config_Ini 現在の要素のキーを取得 ... する Yaf_Config_Ini::key (Yaf >=1.0.0) Yaf_Config_Ini::key — 現在の要素のキ ... ーを取得する 説明 public Yaf_Config_Ini::key (): void 警告 この関数は、 現在のところ詳細な情報は ... ーワード: 要素 , キー , 取得 , Yaf , Config , Ini , key , 関数 , パラメータ , isset ...
https://man.plustar.jp/php/yaf-config-ini.key.html - [similar]
Creates a new map using values from the current instance and another map 3778
« Ds\Map::toArray Ds\Map::values » PHP Manual Map Creates a new map using values from the curren ... stance will be overwritten by those provided where keys are equal. パラメータ map The other map, to combi ... なります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 1 ) [1] => Ds\Pair Object ( [key] ... => b [value] => 3 ) [2] => Ds\Pair Object ( [key] => c [value] => 4 ) [3] => Ds\Pair Object ( [key] ... s , map , Map , instance , Object , Pair , union , key , new , values ...
https://man.plustar.jp/php/ds-map.union.html - [similar]
データを復号する 3778
« mcrypt_module_self_test Mhash » PHP Manual Mcrypt 関数 データを復号する mdecrypt_generic (PHP ... 例 例1 mdecrypt_generic() の例 <?php /* データ */ $key = 'this is a very long key, even too long for the ... = mcrypt_module_open ( 'des' , '' , 'ecb' , '' ); $key = substr ( $key , 0 , mcrypt_enc_get_key_size ( $t ... を初期化します */ if ( mcrypt_generic_init ( $td , $key , $iv ) != - 1 ) { /* データを暗号化します */ $c_t ... ァを再度初期化します */ mcrypt_generic_init ( $td , $key , $iv ); $p_t = mdecrypt_generic ( $td , $c_t ); / ...
https://man.plustar.jp/php/function.mdecrypt-generic.html - [similar]
PKCS#12 互換の証明書保存ファイルをエクスポートする 3778
« openssl_pbkdf2 openssl_pkcs12_export » PHP Manual OpenSSL 関数 PKCS#12 互換の証明書保存ファイル ... icate , string $output_filename , OpenSSLAsymmetricKey | OpenSSLCertificate | array | string $private_key ... い。 output_filename 出力ファイルへのパス。 private_key PKCS#12 ファイルのプライベートキーコンポーネント。 ... 正しい値の一覧については、 Public/Private Key parameters を参照してください。 passphrase PKCS#12 ... R 型のリソースを受け入れていました。 8.0.0 private_key は、 OpenSSLAsymmetricKey または OpenSSLCertificat ...
https://man.plustar.jp/php/function.openssl-pkcs12-export-to-file.html - [similar]
秘密鍵を開放する 3778
« openssl_pkey_export openssl_pkey_get_details » PHP Manual OpenSSL 関数 秘密鍵を開放する openss ... l_pkey_free (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl ... _pkey_free — 秘密鍵を開放する 警告 この関数は PHP 8.0.0 ... の関数に頼らないことを強く推奨します。 説明 openssl_pkey_free ( OpenSSLAsymmetricKey $key ): void 注意 : こ ... を閉じるのに使われていました。 この関数は、 openssl_pkey_new() で作成した秘密鍵を開放します。 パラメータ ke ...
https://man.plustar.jp/php/function.openssl-pkey-free.html - [similar]