検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 759 for key (0.013 sec.)
指定したサーバーにアイテムを新しいキーで追加する 4044
« Memcached::add Memcached::addServer » PHP Manual Memcached 指定したサーバーにアイテムを新しいキ ... ーで追加する Memcached::addByKey (PECL memcached >= 0.1.0) Memcached::addByKey — 指 ... ムを新しいキーで追加する 説明 public Memcached::addByKey ( string $server_key , string $key , mixed $value ... , int $expiration = ? ): bool Memcached::addByKey() は機能的に Memcached::add() と同等です。しかし、 ... 自由形式の server_key を使用して、 key を特定のサーバーに関連付けることが ...
https://man.plustar.jp/php/memcached.addbykey.html - [similar]
指定したサーバーで既存のキーのアイテムを入れ替える 4044
« Memcached::replace Memcached::resetServerList » PHP Manual Memcached 指定したサーバーで既存のキ ... ーのアイテムを入れ替える Memcached::replaceByKey (PECL memcached >= 0.1.0) Memcached::replaceByKey ... アイテムを入れ替える 説明 public Memcached::replaceByKey ( string $server_key , string $key , mixed $value ... , int $expiration = ? ): bool Memcached::replaceByKey() は機能的に Memcached::replace() と同等です。しか ... し、自由形式の server_key を使用して、 key を特定のサーバーに関連付けることが ...
https://man.plustar.jp/php/memcached.replacebykey.html - [similar]
Constructor for the SolrClient object 4044
« SolrClient::commit SolrClient::deleteById » PHP Manual SolrClient Constructor for the SolrClie ... s This is an array containing one of the following keys : - secure (Boolean value indicating whether or n ... ame to a PEM-formatted file containing the private key + private certificate (concatenated in that order) ... ) - ssl_key (File name to a PEM-formatted private key file onl ... y) - ssl_keypassword (Password for private key) - ssl_cainfo (N ...
https://man.plustar.jp/php/solrclient.construct.html - [similar]
GlobIterator クラス 4024
« FilterIterator::valid GlobIterator::__construct » PHP Manual イテレータ GlobIterator クラス Gl ... NT_MODE_MASK = 240 ; const int FilesystemIterator::KEY_AS_PATHNAME = 0 ; const int FilesystemIterator::KE ... LOW_SYMLINKS = 512 ; const int FilesystemIterator::KEY_MODE_MASK = 3840 ; const int FilesystemIterator::N ... EW_CURRENT_AND_KEY = 256 ; const int FilesystemIterator::SKIP_DOTS = ... string $pattern , int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEI ...
https://man.plustar.jp/php/class.globiterator.html - [similar]
指定したサーバーでアイテムを比較して入れ替える 4024
« Memcached::cas Memcached::__construct » PHP Manual Memcached 指定したサーバーでアイテムを比較し ... て入れ替える Memcached::casByKey (PECL memcached >= 0.1.0) Memcached::casByKey — 指 ... テムを比較して入れ替える 説明 public Memcached::casByKey ( float $cas_token , string $server_key , string $ ... alue , int $expiration = ? ): bool Memcached::casByKey() は機能的に Memcached::cas() と同等です。しかし、 ... 自由形式の server_key を使用して、 key を特定のサーバーに関連付けることが ...
https://man.plustar.jp/php/memcached.casbykey.html - [similar]
指定したサーバーにアイテムを格納する 4024
« Memcached::set Memcached::setMulti » PHP Manual Memcached 指定したサーバーにアイテムを格納する ... Memcached::setByKey (PECL memcached >= 0.1.0) Memcached::setByKey — 指 ... バーにアイテムを格納する 説明 public Memcached::setByKey ( string $server_key , string $key , mixed $value ... , int $expiration = ? ): bool Memcached::setByKey() は機能的に Memcached::set() と同等です。しかし、 ... 自由形式の server_key を使用して、 key を特定のサーバーに関連付けることが ...
https://man.plustar.jp/php/memcached.setbykey.html - [similar]
Sorts the map in-place by value 3997
« Ds\Map::slice Ds\Map::sorted » PHP Manual Map Sorts the map in-place by value Ds\Map::sort (PE ... なります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => c [value] => 1 ) [1] => Ds\Pair Object ( [key] ... => a [value] => 2 ) [2] => Ds\Pair Object ( [key] => b [value] => 3 ) ) 例2 Ds\Map::sort() example ... なります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => b [value] => 3 ) [1] => Ds\Pair Object ( [key] ... => a [value] => 2 ) [2] => Ds\Pair Object ( [key] => c [value] => 1 ) ) 関連キーワード: Ds , Map , ...
https://man.plustar.jp/php/ds-map.sort.html - [similar]
Returns a copy, sorted by value 3997
« Ds\Map::sort Ds\Map::sum » PHP Manual Map Returns a copy, sorted by value Ds\Map::sorted (PECL ... なります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => c [value] => 1 ) [1] => Ds\Pair Object ( [key] ... => a [value] => 2 ) [2] => Ds\Pair Object ( [key] => b [value] => 3 ) ) 例2 Ds\Map::sort() example ... なります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => b [value] => 3 ) [1] => Ds\Pair Object ( [key] ... => a [value] => 2 ) [2] => Ds\Pair Object ( [key] => c [value] => 1 ) ) 関連キーワード: Ds , sorted ...
https://man.plustar.jp/php/ds-map.sorted.html - [similar]
指定したサーバーからアイテムを取得する 3997
« Memcached::getAllKeys Memcached::getDelayed » PHP Manual Memcached 指定したサーバーからアイテム ... を取得する Memcached::getByKey (PECL memcached >= 0.1.0) Memcached::getByKey — 指 ... ーからアイテムを取得する 説明 public Memcached::getByKey ( string $server_key , string $key , callable $cac ... e_cb = ? , int $flags = ? ): mixed Memcached::getByKey() は機能的に Memcached::get() と同等です。しかし、 ... 自由形式の server_key を使用して、 key を特定のサーバーに関連付けることが ...
https://man.plustar.jp/php/memcached.getbykey.html - [similar]
Move the result set cursor to the specified field offset 3976
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... eld -> not_null ); printf ( "%-30s %d\n" , "unique key:" , $field -> unique_key ); printf ( "%-30s %d\n" ... , "multiple key:" , $field -> multiple_key ); printf ( "%-30s %d\n ... default value: "" max length: 0 not null: 1 unique key: 1 multiple key: 0 numeric: 1 type: integer 関連キ ... ng , cursor , specified , success , not , CUBRID , key ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]