検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 1461 for IN (0.022 sec.)
The MongoDB\Driver\Server class 2840
« MongoDB\Driver\CursorInterface::toArray MongoDB\Driver\Server::__construct » PHP Manual MongoD ... erver class (mongodb >=1.0.0) はじめに クラス概要 final class MongoDB\Driver\Server { /* Constants */ co ... nst int TYPE_UNKNOWN = 0 ; const int TYPE_STANDALONE = 1 ... ; const int TYPE_MONGOS = 2 ; const int TYPE_POSSIBLE_PRIMARY ... = 3 ; const int TYPE_RS_PRIMARY = 4 ; const int TYPE_RS_SECONDARY ...
https://man.plustar.jp/php/class.mongodb-driver-server.html - [similar]
要件 2840
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 In order to have t ... hese functions available, you must install CUBRID, and compile CUBRID PHP Library with C ... ワード: 要件 , インストール , CUBRID , 設定 , 手順 , In , order , have , these , functions ...
https://man.plustar.jp/php/cubrid.requirements.html - [similar]
Constructing signal events 2840
« Event callbacks Event » PHP Manual Event Constructing signal events Constructing signal events ... flag, or Event::signal() factory method. 例1 Handling SIGTERM signal <?php /* Launch it in a terminal w ... indow: $ php examples/signal.php In another terminal window find out the pid and send ... olor=auto examp $ kill -TERM 3976 At the first terminal window you should catch the following: Caught si ... -> loop (); ?> Note that signal callbacks are run in the event loop after the signal occurs, so it is s ...
https://man.plustar.jp/php/event.constructing.signal.events.html - [similar]
Open a persistent connection to CUBRID server 2840
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI ... o CUBRID server 説明 cubrid_pconnect_with_url ( string $conn_url , string $userid = ? , string $passwd = ... l() with two major differences. First, when connecting, the function would first try to find a (persiste ... nt) link that's already open with the same host, port, dbn ... ne is found, an identifier for it will be returned instead of opening a new connection. Second, the conn ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
Run a single task and return a result 2840
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single ... eturn a result GearmanClient::doNormal (No version information available, might only be in Git) GearmanC ... lient::doNormal — Run a single task and return a result 説明 public GearmanCli ... ent::doNormal ( string $function_name , string $workload , string $uniqu ... e = ? ): string Runs a single task and returns a string represent ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
Set the CPU time limit for the Lua environment 2840
« LuaSandbox::registerLibrary LuaSandbox::setMemoryLimit » PHP Manual LuaSandbox Set the CPU tim ... SandboxTimeoutError exception is thrown. Time used in PHP callbacks is included in the limit. Setting th ... e time limit from a callback while Lua is running causes the timer to be reset, or started if it wa ... s not already running. 注意 : On Windows, the CPU limit will be ignored ... . On operating systems that do not support CLOCK_THREAD_CPUTIME_ ...
https://man.plustar.jp/php/luasandbox.setcpulimit.html - [similar]
Differences from Standard Lua 2840
« リソース型 例 » PHP Manual LuaSandbox Differences from Standard Lua Differences from Standard ... box provides a sandboxed environment which differs in some ways from standard Lua 5.1. Features that are ... ld be done via PHP callbacks. The package package, including require() and module() , as it depends heav ... ystem access. A pure-Lua rewrite such as that used in the MediaWiki Scribunto extension may be used inst ... ead. load() and loadstring() , to allow for static analysis of Lua code. pri ...
https://man.plustar.jp/php/reference.luasandbox.differences.html - [similar]
Sets the group format, result structure (group.format parameter) 2840
« SolrQuery::setGroupFacet SolrQuery::setGroupLimit » PHP Manual SolrQuery Sets the group format ... ameter) 説明 public SolrQuery::setGroupFormat ( string $value ): SolrQuery Sets the group.format paramet ... set to simple, the grouped documents are presented in a single flat list, and the start and rows paramet ... ers affect the numbers of documents instead of groups. Accepts: grouped/simple パラメータ ... SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupField() - Ad ...
https://man.plustar.jp/php/solrquery.setgroupformat.html - [similar]
The PriorityQueue class 2819
« Ds\Queue::toArray Ds\PriorityQueue::allocate » PHP Manual Data Structures The PriorityQueue cl ... ass The PriorityQueue class (No version information available, might only be in Git) はじめに ... ueue is very similar to a Queue. Values are pushed into the queue with an assigned priority, and the val ... always be at the front of the queue. Implemented using a max heap. 注意 : "First in, first out" ordering ... ed for values with the same priority. 注意 : Iterating over a PriorityQueue is destructive, equivalent t ...
https://man.plustar.jp/php/class.ds-priorityqueue.html - [similar]
Creates a new map by intersecting keys with another map 2819
« Ds\Map::hasValue Ds\Map::isEmpty » PHP Manual Map Creates a new map by intersecting keys with ... another map Ds\Map::intersect (PECL ds >= 1.0.0) Ds\Map::intersect — Crea ... tes a new map by intersecting keys with another map 説明 public Ds\Map ... ::intersect ( Ds\Map $map ): Ds\Map Creates a new map c ... ontaining the pairs of the current instance whose keys ar ...
https://man.plustar.jp/php/ds-map.intersect.html - [similar]