検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 1461 for IN (0.017 sec.)
Send data to the task worker processes in blocking way. 3032
« Swoole\Server::task Swoole\Server::taskWaitMulti » PHP Manual Swoole\Server Send data to the t ... ask worker processes in blocking way. Swoole\Server::taskwait (PECL swoole ... :taskwait — Send data to the task worker processes in blocking way. 説明 public Swoole\Server::taskwait ... ( string $data , float $timeout = ? , int $worker_id = ? ) ... worker , task , taskwait , Send , processes , blocking , way ...
https://man.plustar.jp/php/swoole-server.taskwait.html - [similar]
CUBRID MySQL 互換関数 3011
« cubrid_version cubrid_affected_rows » PHP Manual CUBRID CUBRID MySQL 互換関数 CUBRID MySQL 互換 ... ected by the last SQL statement cubrid_client_encoding — Return the current CUBRID connection charset cu ... lose CUBRID connection cubrid_data_seek — Move the internal row pointer of the CUBRID result cubrid_db_n ... to the fetched row cubrid_fetch_field — Get column information from a result and return as an object cub ... f the current row cubrid_field_flags — Return a string with the flags of the given field offset cubrid_f ...
https://man.plustar.jp/php/cubridmysql.cubrid.html - [similar]
Opens a connection to a Microsoft SQL Server database 3011
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... Server database sqlsrv_connect (No version information available, might only be in Git) sqlsrv_c ... osoft SQL Server database 説明 sqlsrv_connect ( string $serverName , array $connectionInfo = ? ): resour ... atabase. By default, the connection is attempted using Windows Authentication. To connect using SQL Serv ... er Authentication, include "UID" and "PWD" in the connection options arr ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
Predict a value for previously unseen data 3011
« SVMModel::predict_probability SVMModel::save » PHP Manual SVMModel Predict a value for previou ... ue based on the model extracted from previously trained data. パラメータ data The array to be classified ... . This should be a series of key => value pairs in increasing key order, but not necessarily continuo ... at the predicted value. This will be a class label in the case of classification, a real value in the ca ... ression. Throws SVMException on error 参考 SVM::train() - Create a SVMModel based on training data 関連キ ...
https://man.plustar.jp/php/svmmodel.predict.html - [similar]
MongoDB driver classes 2989
« Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo ... Driver\Manager::addSubscriber — Registers a monitoring event subscriber with this Manager MongoDB\Driver ... r\Manager::removeSubscriber — Unregisters a monitoring event subscriber with this Manager MongoDB\Driver ... \Manager::selectServer — Select a server matching a read preference MongoDB\Driver\Manager::startSe ... ulkWrite::count — Count number of write operations in the bulk MongoDB\Driver\BulkWrite::delete — Add a ...
https://man.plustar.jp/php/book.mongodb.html - [similar]
The MongoDB\Driver\ServerDescription class 2989
« MongoDB\Driver\Server::isSecondary MongoDB\Driver\ServerDescription::getHelloResponse » PHP Ma ... resents a server to which the driver is connected. Instances of this class are returned by MongoDB\Drive ... ::getServerDescription() and MongoDB\Driver\Monitoring\ServerChangedEvent methods. クラス概要 final clas ... river\ServerDescription { /* Constants */ const string TYPE_UNKNOWN = "Unknown" ; const string TYPE_STAN ... DALONE = "Standalone" ; const string TYPE_MONGOS = "Mongos" ; const string TYPE_POSSIB ...
https://man.plustar.jp/php/class.mongodb-driver-serverdescription.html - [similar]
2989
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... 続を閉じるには、'quit' を入力します。 #!/usr/local/bin/php -q <?php error_reporting ( E_ALL ); /* Allow t ... he script to hang around waiting for connections. */ set_time_limit ( 0 ); /* Turn ... on implicit output flushing so we see what we're getting * as it comes in. */ ... ; $port = 10000 ; if (( $sock = socket_create ( AF_INET , SOCK_STREAM , SOL_TCP )) === false ) { echo "s ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
Sets the expand.q parameter 2989
« SolrQuery::setExpand SolrQuery::setExpandRows » PHP Manual SolrQuery Sets the expand.q paramet ... rameter 説明 public SolrQuery::setExpandQuery ( string $q ): SolrQuery Sets the expand.q parameter. Over ... rides the main q parameter, determines which documents to include ... in the main group. パラメータ q 戻り値 SolrQuery 参考 ... y::addExpandSortField() - Orders the documents within the expanded groups (expand.sort parameter) SolrQu ...
https://man.plustar.jp/php/solrquery.setexpandquery.html - [similar]
Checks if this is the default read concern 2968
« MongoDB\Driver\ReadConcern::getLevel MongoDB\Driver\ReadConcern::serialize » PHP Manual MongoD ... — Checks if this is the default read concern 説明 final public MongoDB\Driver\ReadConcern::isDefault (): ... o options are specified). This method is primarily intended to be used in conjunction with MongoDB\Drive ... r\Manager::getReadConcern() to determine whether the Manager has been constructed without ... any read concern options. The driver will not include a default read concern in its read operations ...
https://man.plustar.jp/php/mongodb-driver-readconcern.isdefault.html - [similar]
The Collection interface 2947
« 例 Ds\Collection::clear » PHP Manual Data Structures The Collection interface The Collection in ... nterface (No version information available, might only be in Git) はじめに ... Collection is the base interface which covers functionality common to all th ... e data structures in this library. It guarantees that all structures ar ... ersable, countable, and can be converted to json using json_encode() . インターフェイス概要 class Ds\Col ...
https://man.plustar.jp/php/class.ds-collection.html - [similar]