検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 373 for Field (0.009 sec.)
結果ポインタにおける現在のフィールドオフセットを取得する 5315
« mysqli_result::__construct mysqli_result::data_seek » PHP Manual mysqli_result 結果ポインタにお ... ィールドオフセットを取得する mysqli_result::$current_field mysqli_field_tell (PHP 5, PHP 7, PHP 8) mysqli_res ... ult::$current_field -- mysqli_field_tell — 結果ポインタにおける現在のフ ... 説明 オブジェクト指向型 int $mysqli_result->current_field ; 手続き型 mysqli_field_tell ( mysqli_result $resu ... lt ): int 直近の mysqli_fetch_field() のコールで使用した フィールドカーソルの位置を返し ...
https://man.plustar.jp/php/mysqli-result.current-field.html - [similar]
Selects the group heads by the max value of a numeric field or function query 5254
« SolrCollapseFunction::setHint SolrCollapseFunction::setMin » PHP Manual SolrCollapseFunction S ... ects the group heads by the max value of a numeric field or function query SolrCollapseFunction::setMax (PE ... ects the group heads by the max value of a numeric field or function query 説明 public SolrCollapseFunction ... ects the group heads by the max value of a numeric field or function query. パラメータ max 戻り値 SolrColla ... example <?php $func = new SolrCollapseFunction ( 'field_name' ); $func -> setMax ( 'sum(cscore(),field(som ...
https://man.plustar.jp/php/solrcollapsefunction.setmax.html - [similar]
Retrieves the next row of data in a result set as an object 5219
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... specified class with properties that match the row field names and values that correspond to the row field ... a stdClass object. // Property names correspond to field names. while( $obj = sqlsrv_fetch_object ( $stmt ) ... ss has properties whose names match the result set field names, the corresponding result set values are app ... lied to the properties. If a result set field name does not match a class property, a property w ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
結果ポインタを、指定したフィールドオフセットに設定する 5219
« mysqli_result::$field_count mysqli_result::free » PHP Manual mysqli_result 結果ポインタを、指定 ... したフィールドオフセットに設定する mysqli_result::field_seek mysqli_field_seek (PHP 5, PHP 7, PHP 8) mysql ... i_result::field_seek -- mysqli_field_seek — 結果ポインタを、指定し ... 定する 説明 オブジェクト指向型 public mysqli_result::field_seek ( int $index ): bool 手続き型 mysqli_field_se ... ソルを指定したオフセットに設定します。 mysqli_fetch_field() を次にコールした際に、 設定したオフセットに関連す ...
https://man.plustar.jp/php/mysqli-result.field-seek.html - [similar]
Removes phrase bigram field (pf2 parameter) 5219
« SolrDisMaxQuery::__construct SolrDisMaxQuery::removeBoostQuery » PHP Manual SolrDisMaxQuery Re ... moves phrase bigram field (pf2 parameter) SolrDisMaxQuery::removeBigramPhras ... eField (No version information available, might only be i ... n Git) SolrDisMaxQuery::removeBigramPhraseField — Removes phrase bigram field (pf2 parameter) 説明 ... public SolrDisMaxQuery::removeBigramPhraseField ( string $field ): SolrDisMaxQuery Removes a Bigra ...
https://man.plustar.jp/php/solrdismaxquery.removebigramphrasefield.html - [similar]
Removes a boost query partial by field name (bq) 5219
« SolrDisMaxQuery::removeBigramPhraseField SolrDisMaxQuery::removePhraseField » PHP Manual SolrD ... isMaxQuery Removes a boost query partial by field name (bq) SolrDisMaxQuery::removeBoostQuery (No ve ... emoveBoostQuery — Removes a boost query partial by field name (bq) 説明 public SolrDisMaxQuery::removeBoost ... Query ( string $field ): SolrDisMaxQuery Removes a boost query partial f ... rDisMaxQuery::addBoostQuery() was used. パラメータ field Field Name 戻り値 SolrDisMaxQuery 例 例1 SolrDisMa ...
https://man.plustar.jp/php/solrdismaxquery.removeboostquery.html - [similar]
CUBRID 5201
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... y that corresponds to the fetched row cubrid_fetch_field — Get column information from a result and return ... rn an array with the lengths of the values of each field from the current row cubrid_fetch_object — Fetch t ... al array with the values of the current row cubrid_field_flags — Return a string with the flags of the give ... n field offset cubrid_field_len — Get the maximum length o ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
文からのフィールド名を返す 5201
« oci_field_is_null oci_field_precision » PHP Manual OCI8 関数 文からのフィールド名を返す oci_field ... name (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_field_name — 文からのフィールド名を返す 説明 oci_field_n ... します。 失敗した場合に false を返します 例 例1 oci_field_name() の例 <?php // Create the table with: // CRE ... "<th>型</th>" ; echo "</tr>\n" ; $ncols = oci_num_fields ( $stid ); for ( $i = 1 ; $i <= $ncols ; $i ++) { ... $column_name = oci_field_name ( $stid , $i ); $column_type = oci_field_type ...
https://man.plustar.jp/php/function.oci-field-name.html - [similar]
結果セットのフィールド数を取得する 5201
« mysqli_result::fetch_row mysqli_result::field_seek » PHP Manual mysqli_result 結果セットのフィ ... ールド数を取得する mysqli_result::$field_count mysqli_num_fields (PHP 5, PHP 7, PHP 8) mysq ... li_result::$field_count -- mysqli_num_fields — 結果セットのフィールド ... 取得する 説明 オブジェクト指向型 int $mysqli_result->field_count ; 手続き型 mysqli_num_fields ( mysqli_result ... T 1" ); /* 結果セットのフィールド数を取得します*/ $field_cnt = $result -> field_count ; printf ( "Result se ...
https://man.plustar.jp/php/mysqli-result.field-count.html - [similar]
Add a group sort field (group.sort parameter) 5201
« SolrQuery::addGroupQuery SolrQuery::addHighlightField » PHP Manual SolrQuery Add a group sort ... ield (group.sort parameter) SolrQuery::addGroupSortField (PECL solr >= 2.2.0) SolrQuery::addGroupSortField ... — Add a group sort field (group.sort parameter) 説明 public SolrQuery::addG ... roupSortField ( string $field , int $order = ? ): SolrQuery Allo ... w sorting group documents, using group sort field (group.sort parameter). パラメータ field Field nam ...
https://man.plustar.jp/php/solrquery.addgroupsortfield.html - [similar]