検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 3128 for the (0.023 sec.)
Makes the next row in a result set available for reading 2581
« sqlsrv_fetch_object sqlsrv_field_metadata » PHP Manual SQLSRV 関数 Makes the next row in a res ... ilable, might only be in Git) sqlsrv_fetch — Makes the next row in a result set available for reading 説明 ... mt , int $row = ? , int $offset = ? ): mixed Makes the next row in a result set available for reading. Us ... e sqlsrv_get_field() to read the fields of the row. パラメータ stmt A statement res ... executing sqlsrv_query() or sqlsrv_execute() . row The row to be accessed. This parameter can only be use ...
https://man.plustar.jp/php/function.sqlsrv-fetch.html - [similar]
Get the status for the running task 2581
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... CL gearman >= 0.5.0) GearmanClient::doStatus — Get the status for the running task 説明 public GearmanCli ... ent::doStatus (): array Returns the status for the running task. This should be used b ... ラメータはありません。 戻り値 An array representing the percentage completion given as a fraction, with th ... e first element the numerator and the second element the denomintor. 例 ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
Returns the Server on which the command was executed 2581
« MongoDB\Driver\Monitoring\CommandStartedEvent::getRequestId MongoDB\Driver\Monitoring\CommandS ... goDB\Driver\Monitoring\CommandStartedEvent Returns the Server on which the command was executed MongoDB\D ... onitoring\CommandStartedEvent::getServer — Returns the Server on which the command was executed 説明 fina ... Event::getServer (): MongoDB\Driver\Server Returns the MongoDB\Driver\Server on which the command was exe ... この関数にはパラメータはありません。 戻り値 Returns the MongoDB\Driver\Server on which the command was exe ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandstartedevent.getserv... - [similar]
Add servers to the ensemble 2581
« ZookeeperConfig ZookeeperConfig::get » PHP Manual ZookeeperConfig Add servers to the ensemble ... er >= 3.5.0) ZookeeperConfig::add — Add servers to the ensemble 説明 public ZookeeperConfig::add ( string ... ers Comma separated list of servers to be added to the ensemble. Each has a configuration line for a serv ... onfiguration file), only for maj. quorums. version The expected version of the node. The function will fa ... il if the actual version of the node does not match the expe ...
https://man.plustar.jp/php/zookeeperconfig.add.html - [similar]
The parallel\Channel class 2574
« parallel\Future::value parallel\Channel::__construct » PHP Manual parallel The parallel\Channe ... l class The parallel\Channel class (0.9.0) Unbuffered Channels ... l block on calls to parallel\Channel::send() until there is a receiver, and block on calls to parallel\Ch ... annel::recv() until there is a sender. This means an unbuffered channel is ... ethod of synchronization. An unbuffered channel is the fastest way to share data among tasks, requiring t ...
https://man.plustar.jp/php/class.parallel-channel.html - [similar]
Returns a sub-deque of a given range 2574
« Ds\Deque::shift Ds\Deque::sort » PHP Manual Deque Returns a sub-deque of a given range Ds\Dequ ... tes a sub-deque of a given range. パラメータ index The index at which the sub-deque starts. If positive, ... the deque will start at that index in the deque. If negative, the deque will start that far ... from the end. length If a length is given and is positive, ... g deque will have up to that many values in it. If the length results in an overflow, only values up to t ...
https://man.plustar.jp/php/ds-deque.slice.html - [similar]
Adds values to the front of the deque 2574
« Ds\Deque::toArray Map » PHP Manual Deque Adds values to the front of the deque Ds\Deque::unshi ... CL ds >= 1.0.0) Ds\Deque::unshift — Adds values to the front of the deque 説明 public Ds\Deque::unshift ( ... mixed $values = ? ): void Adds values to the front of the deque, moving all the current values ... forward to make room for the new values. パラメータ values The values to add to ... the front of the deque. 注意 : Multiple values will be ...
https://man.plustar.jp/php/ds-deque.unshift.html - [similar]
Returns the value for a given key 2574
« Ds\Map::first Ds\Map::hasKey » PHP Manual Map Returns the value for a given key Ds\Map::get (P ... ECL ds >= 1.0.0) Ds\Map::get — Returns the value for a given key 説明 public Ds\Map::get ( mi ... xed $key , mixed $default = ? ): mixed Returns the value for a given key, or an optional default valu ... e if the key could not be found. 注意 : Keys of type object ... ments Ds\Hashable , equality will be determined by the object's equals function. If an object does not im ...
https://man.plustar.jp/php/ds-map.get.html - [similar]
Returns a sub-sequence of a given range 2574
« Ds\Sequence::shift Ds\Sequence::sort » PHP Manual Sequence Returns a sub-sequence of a given r ... a sub-sequence of a given range. パラメータ index The index at which the sub-sequence starts. If positiv ... e, the sequence will start at that index in the sequence. ... If negative, the sequence will start that far from the end. length ... If a length is given and is positive, the resulting sequence will have up to that many value ...
https://man.plustar.jp/php/ds-sequence.slice.html - [similar]
Adds values to the front of the sequence 2574
« Ds\Sequence::sum Vector » PHP Manual Sequence Adds values to the front of the sequence Ds\Sequ ... ds >= 1.0.0) Ds\Sequence::unshift — Adds values to the front of the sequence 説明 abstract public Ds\Sequ ... unshift ( mixed $values = ? ): void Adds values to the front of the sequence, moving all the current valu ... es forward to make room for the new values. パラメータ values The values to add to ... the front of the sequence. 注意 : Multiple values will ...
https://man.plustar.jp/php/ds-sequence.unshift.html - [similar]