検索

phrase: max: clip:
target: order:
Results of 401 - 410 of about 1259 for BE (0.032 sec.)
Get the status for the running task 2769
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... turns the status for the running task. This should be used between repeated GearmanClient::doNormal() ca ... ial delay added during processing of the string to be reversed. After each delay it calls GearmanJob::st ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
Call a Lua function 2769
« LuaSandboxFunction LuaSandboxFunction::__construct » PHP Manual LuaSandboxFunction Call a Lua ... | bool Calls a Lua function. Errors considered to be the fault of the PHP code will result in the funct ... ion returning false and E_WARNING being raised, for example, a resource type being used ... will result in a LuaSandboxRuntimeError exception being thrown. PHP and Lua types are converted as foll ... rsa. PHP int s and float s are converted to Lua numbers. Infinity and NAN are supported. Lua numbers wit ...
https://man.plustar.jp/php/luasandboxfunction.call.html - [similar]
Execute a database query on this server 2769
« MongoDB\Driver\Server::executeCommand MongoDB\Driver\Server::executeReadCommand » PHP Manual M ... ch the driver issues the operation; it will always be executed on this server object. Instead, it may be ...
https://man.plustar.jp/php/mongodb-driver-server.executequery.html - [similar]
Returns the number of existing documents updated 2769
« MongoDB\Driver\WriteResult::getMatchedCount MongoDB\Driver\WriteResult::getServer » PHP Manual ... MongoDB\Driver\WriteResult Returns the number of existing documents updated MongoDB\Driver\Writ ... ver\WriteResult::getModifiedCount — Returns the number of existing documents updated 説明 final public M ... ield to its current value), the modified count may be less than the value returned by MongoDB\Driver\Wri ... 数にはパラメータはありません。 戻り値 Returns the number of existing documents updated, or null if the wri ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getmodifiedcount.html - [similar]
Finalizes all add/deletes made to the index 2769
« SolrClient::addDocuments SolrClient::__construct » PHP Manual SolrClient Finalizes all add/del ... nges that occurred after the last hard commit will be lost. Search collections that have near-real-time ... requirements (that want index changes to be quickly visible to searches) will want to soft com ...
https://man.plustar.jp/php/solrclient.commit.html - [similar]
Add servers to the ensemble 2769
« ZookeeperConfig ZookeeperConfig::get » PHP Manual ZookeeperConfig Add servers to the ensemble ... mble 説明 public ZookeeperConfig::add ( string $members , int $version = -1 , array &$stat = null ): voi ... d パラメータ members Comma separated list of servers to be added to t ... ble. Each has a configuration line for a server to be added (as would appear in a configuration file), o ... node. 例 例1 ZookeeperConfig::add() example Add members. <?php $client = new Zookeeper (); $client -> co ...
https://man.plustar.jp/php/zookeeperconfig.add.html - [similar]
Remove servers from the ensemble 2769
« ZookeeperConfig::get ZookeeperConfig::set » PHP Manual ZookeeperConfig Remove servers from the ... メータ id_list Comma separated list of server IDs to be removed from the ensemble. Each has an id of a ser ... ver to be removed, only for maj. quorums. version The expect ... 例 例1 ZookeeperConfig::remove() example Remove members. <?php $client = new Zookeeper (); $client -> co ... eeperConfig::set() - Change ZK cluster ensemble membership and roles of ensemble peers ZookeeperExceptio ...
https://man.plustar.jp/php/zookeeperconfig.remove.html - [similar]
Swoole 2741
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... to read/write or error swoole_cpu_num — Get the number of CPU swoole_errno — Get the error code of the l ... Swoole\Atomic class Swoole\Atomic::add — Add a number to the value to the atomic object. Swoole\Atomic: ... atomic object. Swoole\Atomic::sub — Subtract a number to the value of the atomic object. Swoole\Buffer ... ffer. The memory allocated for the buffer will not be changed. Swoole\Channel — The Swoole\Channel class ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Creates a new map using a callable to determine which pairs to include 2741
« Ds\Map::diff Ds\Map::first » PHP Manual Map Creates a new map using a callable to determine wh ... nal callable which returns true if the pair should be included, false otherwise. If a callback is not pr ... s which are true (see converting to boolean ) will be included. 戻り値 A new map containing all the pair ...
https://man.plustar.jp/php/ds-map.filter.html - [similar]
Makes event pending 2741
« Event Event::addSignal » PHP Manual Event Makes event pending Event::add (PECL event >= 1.2.6- ... ill never occur, and the event callback will never be called. In conjunction with Event::del() an event ... could be re-scheduled by user at any time. If Event::add() ... is called on an already pending event, libevent will leave it pending and re-schedule it with ...
https://man.plustar.jp/php/event.add.html - [similar]