検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 1461 for IN (0.074 sec.)
The parallel\Runtime class 3320
« parallel\run parallel\Runtime::__construct » PHP Manual parallel The parallel\Runtime class Th ... (0.8.0) Runtime Objects Each runtime represents a single PHP thread, the thread is created (and bootstra ... executed FIFO and then the thread will resume waiting until more tasks are scheduled, or it's closed, k ... illed, or destroyed by the normal scoping rules of PHP objects. 警告 When a runtime is dest ... royed by the normal scoping rules of PHP objects, it will first execute all o ...
https://man.plustar.jp/php/class.parallel-runtime.html - [similar]
Sorts the map in-place by key 3320
« Ds\Map::keys Ds\Map::ksorted » PHP Manual Map Sorts the map in-place by key Ds\Map::ksort (PEC ... L ds >= 1.0.0) Ds\Map::ksort — Sorts the map in-place by key 説明 public Ds\Map::ksort ( callable ... $comparator = ? ): void Sorts the map in-place by key, using an optional comparator functio ... す必要があります。 callback ( mixed $a , mixed $b ): int 警告 Returning non-integer values from the compar ... ison function, such as float , will result in an internal cast to int of the callback's return v ...
https://man.plustar.jp/php/ds-map.ksort.html - [similar]
Sorts the map in-place by value 3320
« Ds\Map::slice Ds\Map::sorted » PHP Manual Map Sorts the map in-place by value Ds\Map::sort (PE ... CL ds >= 1.0.0) Ds\Map::sort — Sorts the map in-place by value 説明 public Ds\Map::sort ( callable ... $comparator = ? ): void Sorts the map in-place by value, using an optional comparator funct ... す必要があります。 callback ( mixed $a , mixed $b ): int 警告 Returning non-integer values from the compar ... ison function, such as float , will result in an internal cast to int of the callback's return v ...
https://man.plustar.jp/php/ds-map.sort.html - [similar]
Execution 3320
« parallel\bootstrap parallel\Runtime » PHP Manual Functional API Execution parallel\run (1.0.0) ... task ): ? Future Shall schedule task for execution in parallel. parallel\run ( Closure $task , array $ar ... gv ): ? Future Shall schedule task for execution in parallel, passing argv at execution time. Automati ... c Scheduling If a \parallel\Runtime internally created and cac ... y the programmer are not used for automatic scheduling. パラメータ task A Closure with specific characte ...
https://man.plustar.jp/php/parallel.run.html - [similar]
Sets the what HTTP methods are supported in requests accepted by this server, an... 3299
« EventHttp::removeServerAlias EventHttp::setCallback » PHP Manual EventHttp Sets the what HTTP ... methods are supported in requests accepted by this server, and passed to us ... Methods — Sets the what HTTP methods are supported in requests accepted by this server, and passed to us ... llbacks 説明 public EventHttp::setAllowedMethods ( int $methods ): void Sets the what HTTP methods are s ... upported in requests accepted by this server, and passed to us ...
https://man.plustar.jp/php/eventhttp.setallowedmethods.html - [similar]
Sets the activation function for supplied neuron and layer 3299
« fann_set_activation_function_output fann_set_activation_steepness_hidden » PHP Manual Fann 関数 ... 説明 fann_set_activation_function ( resource $ann , int $activation_function , int $layer , int $neuron ) ... t the activation function for neuron number neuron in layer number layer , counting the input layer as l ... ssible to set activation functions for the neurons in the input layer. When choosing an activation funct ... nctions have different range. FANN_SIGMOID is e.g. in the 0 - 1 range while FANN_SIGMOID_SYMMETRIC is in ...
https://man.plustar.jp/php/function.fann-set-activation-function.html - [similar]
Execute a database command on this server 3299
« MongoDB\Driver\Server::executeBulkWrite MongoDB\Driver\Server::executeQuery » PHP Manual Mongo ... — Execute a database command on this server 説明 final public MongoDB\Driver\Server::executeCommand ( s ... tring $db , MongoDB\Driver\Command $command , array $op ... Concern" and "writeConcern" options, which will be incorporated into the command document, those options ... will not default to corresponding values from the MongoDB Connection URI nor will t ...
https://man.plustar.jp/php/mongodb-driver-server.executecommand.html - [similar]
dBase 関数 3272
« 定義済み定数 dbase_add_record » PHP Manual dBase dBase 関数 dBase 関数 例 Many examples in thi ... se. We will use /tmp/test.dbf that will be created in the example of dbase_create() . 目次 dbase_add_rec ... Deletes a record from a database dbase_get_header_info — Gets the header info of a database dbase_get_r ... e_get_record — Gets a record from a database as an indexed array dbase_numfields — Gets the number of fi ... base dbase_numrecords — Gets the number of records in a database dbase_open — Opens a database dbase_pac ...
https://man.plustar.jp/php/ref.dbase.html - [similar]
Returns event method in use 3251
« EventBase::getFeatures EventBase::getTimeOfDayCached » PHP Manual EventBase Returns event meth ... od in use EventBase::getMethod (PECL event >= 1.2.6-beta ... ) EventBase::getMethod — Returns event method in use 説明 public EventBase::getMethod (): string パ ... ータ この関数にはパラメータはありません。 戻り値 String representing used event method(backend). 例 例1 E ... 関連キーワード: event , Returns , EventBase , use , in , getMethod , getFeatures , パラメータ , 出力 , fe ...
https://man.plustar.jp/php/eventbase.getmethod.html - [similar]
Get column types in result 3251
« cubrid_column_names cubrid_commit » PHP Manual CUBRID 関数 Get column types in result cubrid_c ... D >= 8.3.0) cubrid_column_types — Get column types in result 説明 cubrid_column_types ( resource $req_id ... ) function gets column types of query results by using req_identifier . パラメータ req_identifier Reques ... t identifier. 戻り値 Array of string values containing the column types, when process ... $column_types = cubrid_column_types ( $result ); printf ( "%-30s %-30s %-15s\n" , "Column Names" , "Colu ...
https://man.plustar.jp/php/function.cubrid-column-types.html - [similar]