検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 555 for query (0.024 sec.)
Adds another field to the facet 5541
« SolrQuery::addFacetDateOther SolrQuery::addFacetQuery » PHP Manual SolrQuery Adds another fiel ... d to the facet SolrQuery::addFacetField (PECL solr >= 0.9.2) SolrQuery::add ... — Adds another field to the facet 説明 public SolrQuery::addFacetField ( string $field ): SolrQuery Adds a ... e name of the field 戻り値 Returns the current SolrQuery object, if the return value is used. 例 例1 SolrQu ... _PORT , ); $client = new SolrClient ( $options ); $query = new SolrQuery (); $query -> setQuery ( $query ); ...
https://man.plustar.jp/php/solrquery.addfacetfield.html - [similar]
Prepares a query for execution 5526
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... might only be in Git) sqlsrv_prepare — Prepares a query for execution 説明 sqlsrv_prepare ( resource $conn ... arams = ? , array $options = ? ): mixed Prepares a query for execution. This function is ideal for preparin ... g a query that will be executed multiple times with differen ... sqlsrv_connect() . sql The string that defines the query to be prepared and executed. params An array speci ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
Allows grouping of documents that match the given query 5503
« SolrQuery::addGroupFunction SolrQuery::addGroupSortField » PHP Manual SolrQuery Allows groupin ... g of documents that match the given query SolrQuery::addGroupQuery (PECL solr >= 2.2.0) Solr ... Query::addGroupQuery — Allows grouping of documents that match the give ... n query 説明 public SolrQuery::addGroupQuery ( string $val ... ue ): SolrQuery Allows grouping of documents that match the given ...
https://man.plustar.jp/php/solrquery.addgroupquery.html - [similar]
Run the SQL query. 5457
« Swoole\MySQL::on Swoole\MySQL\Exception » PHP Manual Swoole\MySQL Run the SQL query. Swoole\My ... SQL::query (PECL swoole >= 1.9.0) Swoole\MySQL::query — Run t ... he SQL query. 説明 public Swoole\MySQL::query ( string $sql , c ... ype パラメータ sql callback 戻り値 関連キーワード: query , Run , Swoole , the , callback , Exception , swoo ...
https://man.plustar.jp/php/swoole-mysql.query.html - [similar]
非同期クエリを取り消す 5419
« pg_affected_rows pg_client_encoding » PHP Manual PostgreSQL 関数 非同期クエリを取り消す pg_can ... cel_query (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_cancel_qu ... ery — 非同期クエリを取り消す 説明 pg_cancel_query ( PgSql\Connection $connection ): bool pg_cancel_q ... uery() は、 pg_send_query() ・ pg_send_query_params() あるいは pg_send_execu ... により送信された非同期クエリを キャンセルします。 pg_query() により実行されたクエリを キャンセルすることはでき ...
https://man.plustar.jp/php/function.pg-cancel-query.html - [similar]
URL エンコードされたクエリ文字列を生成する 5396
« get_meta_tags parse_url » PHP Manual URL 関数 URL エンコードされたクエリ文字列を生成する http_ ... build_query (PHP 5, PHP 7, PHP 8) http_build_query — URL エンコ ... ードされたクエリ文字列を生成する 説明 http_build_query ( array | object $data , string $numeric_prefix = ... g $arg_separator = null , int $encoding_type = PHP_QUERY_RFC1738 ): string 与えられた連想配列 (もしくは添字 ... 果に含められます。 numeric_prefix 情報源となる配列 ( query_data で指定した配列) に数値インデックスが使われてい ...
https://man.plustar.jp/php/function.http-build-query.html - [similar]
非同期クエリから結果を取得する 5396
« mysqli::real_query mysqli::refresh » PHP Manual mysqli 非同期クエリから結果を取得する mysqli:: ... reap_async_query mysqli_reap_async_query (PHP 5 >= 5.3.0, PHP 7, PH ... P 8) mysqli::reap_async_query -- mysqli_reap_async_query — 非同期クエリから結果を ... 説明 オブジェクト指向型 public mysqli::reap_async_query (): mysqli_result | bool 手続き型 mysqli_reap_asyn ... c_query ( mysqli $mysql ): mysqli_result | bool 非同期クエ ...
https://man.plustar.jp/php/mysqli.reap-async-query.html - [similar]
のエイリアス ibase_free_query 5350
« fbird_free_event_handler fbird_free_result » PHP Manual Firebird/InterBase 関数 のエイリアス i ... base_free_query fbird_free_query (PHP 5, PHP 7 < 7.4.0) fbird_free ... _query — のエイリアス ibase_free_query() 説明 この関数は次 ... の関数のエイリアスです。 ibase_free_query() . 関連キーワード: free , query , ibase , fbird , ...
https://man.plustar.jp/php/function.fbird-free-query.html - [similar]
MySQL に SQL クエリを送信するが、結果に対してのフェッチやバッファリングは行わな... 5327
« mysql_thread_id Mysqlnd » PHP Manual MySQL 関数 MySQL に SQL クエリを送信するが、結果に対しての ... フェッチやバッファリングは行わない mysql_unbuffered_query (PHP 4 >= 4.0.6, PHP 5) mysql_unbuffered_query — M ... nd Unbuffered queries を参照 説明 mysql_unbuffered_query ( string $query , resource $link_identifier = NULL ... ): resource mysql_unbuffered_query() は SQL クエリ query を MySQL に送信します。その際 ... 、 mysql_query() が行っているような自動バッファリングを 行いません ...
https://man.plustar.jp/php/function.mysql-unbuffered-query.html - [similar]
非同期クエリを送信する 5304
« pg_send_query_params pg_set_client_encoding » PHP Manual PostgreSQL 関数 非同期クエリを送信する ... pg_send_query (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_send_quer ... y — 非同期クエリを送信する 説明 pg_send_query ( PgSql\Connection $connection , string $query ): ... int | bool pg_send_query() は、 connection に非同期クエリを送信します。 pg_ ... n_busy() を使用してください。 クエリは、 pg_cancel_query() をコールすることによりキャンセルすることが可能で ...
https://man.plustar.jp/php/function.pg-send-query.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT