検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 759 for key (0.070 sec.)
アイテムを新しいキーで追加する 3580
« Memcached Memcached::addByKey » PHP Manual Memcached アイテムを新しいキーで追加する Memcached: ... キーで追加する 説明 public Memcached::add ( string $key , mixed $value , int $expiration = ? ): bool Memca ... ched::add() は Memcached::set() と似ていますが、 key が既にサーバー上に存在する場合は失敗します。 パラメ ... ータ key 値の格納先のキー。 value 格納する値。 expiration 期 ... d::RES_NOTSTORED を返します。 参考 Memcached::addByKey() - 指定したサーバーにアイテムを新しいキーで追加す ...
https://man.plustar.jp/php/memcached.add.html - [similar]
既存のキーのアイテムを入れ替える 3580
« Memcached::quit Memcached::replaceByKey » PHP Manual Memcached 既存のキーのアイテムを入れ替える ... 入れ替える 説明 public Memcached::replace ( string $key , mixed $value , int $expiration = ? ): bool Memca ... ::replace() は Memcached::set() と同等ですが、キー key がサーバー上にない場合は失敗します。 パラメータ ke ... ES_NOTSTORED を返します。 参考 Memcached::replaceByKey() - 指定したサーバーで既存のキーのアイテムを入れ替 ... ード: キー , Memcached , アイテム , 既存 , replace , key , 格納 , 失敗 , expiration , サーバー ...
https://man.plustar.jp/php/memcached.replace.html - [similar]
Create a message queue as the communication method between the parent process an... 3580
« Swoole\Process::statQueue Swoole\Process::wait » PHP Manual Swoole\Process Create a message qu ... esses. 説明 public Swoole\Process::useQueue ( int $key , int $mode = ? ): bool パラメータ key mode 戻り値 ... 関連キーワード: Swoole , Process , useQueue , mode , key , int , processes , child , process , parent ...
https://man.plustar.jp/php/swoole-process.usequeue.html - [similar]
Returns the result of adding all given associations 3560
« Ds\Map::map Ds\Map::pairs » PHP Manual Map Returns the result of adding all given associations ... es ): Ds\Map Returns the result of associating all keys of a given traversable object or array with their ... stance will be overwritten by those provided where keys are equal. パラメータ values A traversable object ... or an array . 戻り値 The result of associating all keys of a given traversable object or array with their ... なります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 10 ) [1] => Ds\Pair Object ( [key ...
https://man.plustar.jp/php/ds-map.merge.html - [similar]
メッセージキューを作成またはそれにアタッチする 3560
« ftok msg_queue_exists » PHP Manual セマフォ関数 メッセージキューを作成またはそれにアタッチする ... 成またはそれにアタッチする 説明 msg_get_queue ( int $key , int $permissions = 0666 ): SysvMessageQueue | fa ... lse msg_get_queue() は、指定した key で System V メッセージキューにアクセスするために使 ... の permissions でメッセージキューを作成します。同じ key で 2 度目に msg_get_queue() がコールされると別の I ... の ID も同じメッセージキューを指します。 パラメータ key メッセージキューの数値 ID。 permissions キューのパ ...
https://man.plustar.jp/php/function.msg-get-queue.html - [similar]
共有メモリから変数を返す 3560
« shm_detach shm_has_var » PHP Manual セマフォ関数 共有メモリから変数を返す shm_get_var (PHP 4, ... 返す 説明 shm_get_var ( SysvSharedMemory $shm , int $key ): mixed shm_get_var() は、 shm で指定した共有メモ ... リセグメントから 変数 key を読みこみます。 読み込んだ変数は、まだ共有メモリに ... 共有メモリセグメント。 shm_attach() から取得します。 key 変数のキー。 戻り値 指定したキーの変数を返します。 ... 入または更新する 関連キーワード: shm , 変数 , var , key , 期待 , バージョン , 存在 , セグメント , キー , S ...
https://man.plustar.jp/php/function.shm-get-var.html - [similar]
アイテムを格納する 3560
« Memcached::resetServerList Memcached::setByKey » PHP Manual Memcached アイテムを格納する Memca ... テムを格納する 説明 public Memcached::set ( string $key , mixed $value , int $expiration = ? ): bool Memca ... ched::set() は、 指定したキー key で memcache サーバー上に value を格納します。 expi ... したデータを格納する前に圧縮を行います。 パラメータ key 値の格納先のキー。 value 格納する値。 expiration 期 ... ( 'array' , array( 11 , 12 )); /* expire 'object' key in 5 minutes */ $m -> set ( 'object' , new stdclas ...
https://man.plustar.jp/php/memcached.set.html - [similar]
The offsetUnset purpose 3533
« CachingIterator::offsetSet CachingIterator::rewind » PHP Manual CachingIterator The offsetUnse ... 説明 public CachingIterator::offsetUnset ( string $key ): void 警告 この関数は、 現在のところ詳細な情報は ... ん。引数のリストのみが 記述されています。 パラメータ key 設定を解除したい要素のインデックス。 戻り値 値を返 ... ーワード: offsetUnset , purpose , CachingIterator , key , リスト , 要素 , 解除 , 設定 , パラメータ , 記述 ...
https://man.plustar.jp/php/cachingiterator.offsetunset.html - [similar]
Creates a new map by intersecting keys with another map 3533
« Ds\Map::hasValue Ds\Map::isEmpty » PHP Manual Map Creates a new map by intersecting keys with ... Map::intersect — Creates a new map by intersecting keys with another map 説明 public Ds\Map::intersect ( ... containing the pairs of the current instance whose keys are also present in the given map . In other word ... s, returns a copy of the current instance with all keys removed that are not also in the other map . A ∩ ... kept. パラメータ map The other map, containing the keys to intersect with. 戻り値 The key intersection of ...
https://man.plustar.jp/php/ds-map.intersect.html - [similar]
Removes an HTTP header from the headers of the request 3533
« EventHttpRequest::getUri EventHttpRequest::sendError » PHP Manual EventHttpRequest Removes an ... 説明 public EventHttpRequest::removeHeader ( string $key , string $type ): void Removes an HTTP header from ... the headers of the request. パラメータ key The header name. type type is one of EventHttpRequ ... , Removes , from , removeHeader , type , string , key , HEADER ...
https://man.plustar.jp/php/eventhttprequest.removeheader.html - [similar]