検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 759 for key (0.063 sec.)
セマフォ ID を得る 3314
« sem_acquire sem_release » PHP Manual セマフォ関数 セマフォ ID を得る sem_get (PHP 4, PHP 5, PH ... ) sem_get — セマフォ ID を得る 説明 sem_get ( int $key , int $max_acquire = 1 , int $permissions = 0666 , ... し、どちらの ID も同じそのセマフォをアクセスします。 key に 0 を指定すると、 sem_get() が呼び出される度に新 ... しい非公開のセマフォが作られます。 パラメータ key max_acquire 同時にセマフォを得ることが可能なプロセ ... ire , release , int , アクセス , プロセス , 関数 , key , max ...
https://man.plustar.jp/php/function.sem-get.html - [similar]
Returns a short, readable, parsable string representation of a variable 3314
« var_representation 関数 その他のサービス » PHP Manual var_representation 関数 Returns a short, ... _representation() Examples <?php $a = [ 1 , 2 , [ 'key' => 'value' ]]; echo var_representation ( $a ), "\ ... \n" ; ?> 上の例の出力は以下となります。 [ 1, 2, [ 'key' => 'value', ], ] [1, 2, ['key' => 'value']] 例2 E ... ar , 出力 , string , variable , Returns , export , key , flags , int ...
https://man.plustar.jp/php/function.var-representation.html - [similar]
アイテムを取得する 3314
« Memcached::flush Memcached::getAllKeys » PHP Manual Memcached アイテムを取得する Memcached::ge ... テムを取得する 説明 public Memcached::get ( string $key , callable $cache_cb = ? , int $flags = ? ): mixed ... Memcached::get() は、キー key に格納されたアイテムを返します。 アイテムが存在して ... ック は cache_cb パラメータで指定します。 パラメータ key 取得したいアイテムのキー。 cache_cb Read-through キ ... 記録します */ /* ... */ } } ?> 参考 Memcached::getByKey() - 指定したサーバーからアイテムを取得する Memcach ...
https://man.plustar.jp/php/memcached.get.html - [similar]
キー/証明書パラメータ 3314
« その他の定数 証明書の認証 » PHP Manual OpenSSL キー/証明書パラメータ キー/証明書パラメータ Ope ... - から始まります。 公開鍵/秘密鍵 openssl_get_publickey() あるいは openssl_get_privatekey() から返された O ... penSSLAsymmetricKey クラスのインスタンス。 (PHP 8.0.0 より前のバージョ ... ンでは、 OpenSSL key 型のリソース) 公開鍵のみ: OpenSSLCertificate クラス ... CATE----- から始まります。 秘密鍵については array($key, $passphrase) という構文を使用することも可能です。 ...
https://man.plustar.jp/php/openssl.certparams.html - [similar]
追加された添字の確認も含め、コールバック関数を用いて 配列の共通項を確認する 3294
« array_intersect_key array_intersect_ukey » PHP Manual 配列 関数 追加された添字の確認も含め、コ ... ssoc ( array $array , array ...$arrays , callable $key_compare_func ): array array_intersect_uassoc() は、 ... る最初の配列。 arrays キーを比較する対象となる配列。 key_compare_func 比較関数は、最初の引数と二番目の引数の ... の確認も含めて配列の共通項を計算する array_intersect_key() - キーを基準にして配列の共通項を計算する array_i ... ntersect_ukey() - キーを基準にし、コールバック関数を用いて 配列の ...
https://man.plustar.jp/php/function.array-intersect-uassoc.html - [similar]
段階的なハッシュコンテキストを初期化する 3294
« hash_hmac hash_pbkdf2 » PHP Manual Hash 関数 段階的なハッシュコンテキストを初期化する hash_ini ... ash_init ( string $algo , int $flags = 0 , string $key = "" , array $options = [] ): HashContext パラメー ... のみをサポートしています。これが 指定された場合、 key を 必ず 指定しなければなりません。 key flags に HA ... コンテキスト , 初期 , 生成 , fnv , アルゴリズム , key , flags ...
https://man.plustar.jp/php/function.hash-init.html - [similar]
オープンされたモードの名前を返す 3294
« mcrypt_enc_get_key_size mcrypt_enc_get_supported_key_sizes » PHP Manual Mcrypt 関数 オープンさ ... , オープン , mcrypt , enc , modes , 関数 , 推奨 , key , supported ...
https://man.plustar.jp/php/function.mcrypt-enc-get-modes-name.html - [similar]
関数・メソッド 3294
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... - キャッシュのサイズの合計を取得する APCUIterator::key - イテレータのキーを取得する APCUIterator::next - ... ュから取得する apcu_inc - 保存した数値を増やす apcu_key_info - キャッシュのキーに関する詳細な情報を取得する ... イテレータのインデックスを取得する AppendIterator::key - 現在のキーを取得する AppendIterator::next - 次の ... tFlags - 振る舞いのフラグを取得する ArrayIterator::key - 現在の配列キーを返す ArrayIterator::ksort - キー ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
Result コールバック 3294
« コールバック Read-through キャッシュコールバック » PHP Manual コールバック Result コールバック ... ched::getDelayed() あるいは Memcached::getDelayedBykey() メソッドで結果セットの各アイテムに対してコールし ... ddServer ( 'localhost' , 11211 ); $items = array( 'key1' => 'value1' , 'key2' => 'value2' , 'key3' => 'va ... -> setMulti ( $items ); $m -> getDelayed (array( 'key1' , 'key3' ), true , 'result_cb' ); function resul ... 出力は、 たとえば以下のようになります。 array(3) { ["key"]=> string(4) "key1" ["value"]=> string(6) "value1 ...
https://man.plustar.jp/php/memcached.callbacks.result.html - [similar]
The prependBody purpose 3294
« Yaf_Response_Abstract::getHeader Yaf_Response_Abstract::response » PHP Manual Yaf_Response_Abs ... _Abstract::prependBody ( string $content , string $key = ? ): bool 既存のコンテンツブロックの前にコンテン ... ツを追加します。 パラメータ body コンテンツ文字列。 key コンテンツのキー。キーを指定しない場合は、 Yaf_Res ... urpose , コンテンツ , レスポンス , string , 本文 , key , 既存 , パラメータ ...
https://man.plustar.jp/php/yaf-response-abstract.prependbody.html - [similar]