検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 790 for result (0.054 sec.)
Sets group.facet parameter 3844
« SolrQuery::setGroupCachePercent SolrQuery::setGroupFormat » PHP Manual SolrQuery Sets group.fa ... 戻り値 参考 SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupFiel ... d() - Add a field to be used to group results SolrQuery::addGroupFunction() - Allows grouping r ... lrQuery::setGroupLimit() - Specifies the number of results to return for each group. The server default valu ... e is 1 SolrQuery::setGroupMain() - If true, the result of the first field grouping command is used as the ...
https://man.plustar.jp/php/solrquery.setgroupfacet.html - [similar]
リクエストをリクエストグループに追加する 3830
« eio_get_last_error eio_grp_cancel » PHP Manual Eio 関数 リクエストをリクエストグループに追加す ... ときに呼ばれます */ function my_grp_done ( $data , $result ) { var_dump ( $result == 0 ); @ unlink ( $data ); ... */ function my_grp_file_opened_callback ( $data , $result ) { global $grp ; // $result にはファイルディスクリ ... プタが含まれるはずです var_dump ( $result > 0 ); // eio_read() リクエストを作ってグループに追 ... クリプタをコールバックに渡します $req = eio_read ( $result , 4 , 0 , EIO_PRI_DEFAULT , "my_grp_file_read_call ...
https://man.plustar.jp/php/function.eio-grp-add.html - [similar]
tables フィールドの名前あるいは oid を返す 3830
« pg_field_size pg_field_type_oid » PHP Manual PostgreSQL 関数 tables フィールドの名前あるいは o ... 名前あるいは oid を返す 説明 pg_field_table ( PgSql\Result $result , int $field , bool $oid_only = false ): s ... rue の場合にテーブルの oid を返します。 パラメータ result pg_query() 、 pg_query_params() や (様々な関数があ ... りますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 field 0 から始まるフィールド ... 合に false を返します 変更履歴 バージョン 説明 8.1.0 result は、 PgSql\Result クラスのインスタンスを期待するよ ...
https://man.plustar.jp/php/function.pg-field-table.html - [similar]
プリペアドステートメントを実行する 3830
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... す。 クエリが結果セットを返す場合、 mysqli_stmt_get_result() 関数を使って取得するか、 ステートメント から直接 ... SELECT Name, CountryCode, District FROM myCity" ; $result = $mysqli -> query ( $query ); while ( $row = $res ... SELECT Name, CountryCode, District FROM myCity" ; $result = mysqli_query ( $link , $query ); while ( $row = ... mysqli_fetch_row ( $result )) { printf ( "%s (%s,%s)\n" , $row [ 0 ], $row [ ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
Allows grouping results based on the unique values of a function query (group.fu... 3830
« SolrQuery::addGroupField SolrQuery::addGroupQuery » PHP Manual SolrQuery Allows grouping result ... 2.0) SolrQuery::addGroupFunction — Allows grouping results based on the unique values of a function query (g ... up function (group.func parameter) Allows grouping results based on the unique values of a function query. パ ... rQuery 参考 SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupFiel ... d() - Add a field to be used to group results SolrQuery::addGroupQuery() - Allows grouping of d ...
https://man.plustar.jp/php/solrquery.addgroupfunction.html - [similar]
Specifies the number of results to return for each group. The server default val... 3830
« SolrQuery::setGroupFormat SolrQuery::setGroupMain » PHP Manual SolrQuery Specifies the number ... of results to return for each group. The server default valu ... SolrQuery::setGroupLimit — Specifies the number of results to return for each group. The server default valu ... ( int $value ): SolrQuery Specifies the number of results to return for each group. The server default valu ... 戻り値 参考 SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupFiel ...
https://man.plustar.jp/php/solrquery.setgrouplimit.html - [similar]
If true, Solr includes the number of groups that have matched the query in the r... 3830
« SolrQuery::setGroupMain SolrQuery::setGroupOffset » PHP Manual SolrQuery If true, Solr include ... umber of groups that have matched the query in the results SolrQuery::setGroupNGroups (PECL solr >= 2.2.0) S ... umber of groups that have matched the query in the results 説明 public SolrQuery::setGroupNGroups ( bool $va ... umber of groups that have matched the query in the results. パラメータ value 戻り値 参考 SolrQuery::setGroup ... () - Enable/Disable result grouping (group parameter) SolrQuery::addGroupFiel ...
https://man.plustar.jp/php/solrquery.setgroupngroups.html - [similar]
Returns the result of adding all given associations 3810
« Ds\Map::map Ds\Map::pairs » PHP Manual Map Returns the result of adding all given associations ... rge (PECL ds >= 1.0.0) Ds\Map::merge — Returns the result of adding all given associations 説明 public Ds\Ma ... p::merge ( mixed $values ): Ds\Map Returns the result of associating all keys of a given traversable obj ... lues A traversable object or an array . 戻り値 The result of associating all keys of a given traversable obj ... [key] => e [value] => 50 ) ) 関連キーワード: Ds , result , all , given , Map , Returns , adding , associati ...
https://man.plustar.jp/php/ds-map.merge.html - [similar]
結果セットポインタを次の行あるいは要求された行に設定する 3810
« db2_fetch_object db2_field_display_size » PHP Manual IBM DB2 関数 結果セットポインタを次の行あ ... 。 結果セットから個々のフィールドを取得するには db2_result() 関数をコールします。 db2_fetch_row() および db2_ ... fetch_row() を使用して結果セットを順に処理し、 db2_result() で結果セットからカラムを取得する方法を示します。 ... )); while ( db2_fetch_row ( $stmt )) { $name = db2_result ( $stmt , 0 ); $breed = db2_result ( $stmt , 1 ); ... 5/OS recommended alternatives to db2_fetch_row/db2_result i5/OS では、 db2_fetch_row() / db2_result() ではな ...
https://man.plustar.jp/php/function.db2-fetch-row.html - [similar]
Basic usage 3810
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas ... ); echo "Sending job\n" ; # Send reverse job do { $result = $gmclient -> doNormal ( "reverse" , "Hello!" ); ... rnCode ()) { case GEARMAN_WORK_DATA : echo "Data: $result \n" ; break; case GEARMAN_WORK_STATUS : list( $num ... \n" ; exit; case GEARMAN_SUCCESS : echo "Success: $result \n" ; break; default: echo "RET: " . $gmclient -> ... endStatus ( $x , $workload_size ); sleep ( 1 ); } $result = strrev ( $workload ); echo "Result: $result \n" ...
https://man.plustar.jp/php/gearman.examples-reverse.html - [similar]