検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 205 for fields (0.010 sec.)
結果におけるフィールドの数を得る 6678
« mysql_list_tables mysql_num_rows » PHP Manual MySQL 関数 結果におけるフィールドの数を得る mysq ... l_num_fields (PHP 4, PHP 5) mysql_num_fields — 結果におけるフィ ... この関数の代替として、これらが使えます。 mysqli_num_fields() PDOStatement::columnCount() 説明 mysql_num_field ... 失敗した場合に false を返します。 例 例1 mysql_num_fields() の例 <?php $result = mysql_query ( "SELECT id,em ... つのフィールドがあるので、2 を返す */ echo mysql_num_fields ( $result ); ?> 注意 注意 : 下位互換のために、次の ...
https://man.plustar.jp/php/function.mysql-num-fields.html - [similar]
ある文における結果のカラム数を返す 6678
« oci_new_descriptor oci_num_rows » PHP Manual OCI8 関数 ある文における結果のカラム数を返す oci_ ... num_fields (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_num_ ... — ある文における結果のカラム数を返す 説明 oci_num_fields ( resource $statement ): int 指定した文 statement ... あるいはエラー時に false を返します。 例 例1 oci_num_fields() の例 <?php // 以下のテーブルを用意します // CREA ... 場合は OCI_DESCRIBE_ONLY を使います $ncols = oci_num_fields ( $stid ); for ( $i = 1 ; $i <= $ncols ; $i ++) { ...
https://man.plustar.jp/php/function.oci-num-fields.html - [similar]
Sorts the fields in the document 6635
« SolrDocument::__set SolrDocument::toArray » PHP Manual SolrDocument Sorts the fields in the do ... PECL solr >= 0.9.2) SolrDocument::sort — Sorts the fields in the document 説明 public SolrDocument::sort ( i ... sortDirection = SolrDocument::SORT_ASC ): bool The fields are rearranged according to the specified criteria ... and sort direction Fields can be sorted by boost values, field names and num ...
https://man.plustar.jp/php/solrdocument.sort.html - [similar]
Sorts the fields within the document 6635
« SolrInputDocument::setFieldBoost SolrInputDocument::toArray » PHP Manual SolrInputDocument Sor ... ts the fields within the document SolrInputDocument::sort (PECL ... solr >= 0.9.2) SolrInputDocument::sort — Sorts the fields within the document 説明 public SolrInputDocument: ... irection = SolrInputDocument::SORT_ASC ): bool The fields are rearranged according to the specified criteria ... and sort direction Fields can be sorted by boost values, field names and num ...
https://man.plustar.jp/php/solrinputdocument.sort.html - [similar]
結果セットにおけるフィールド数を得る 6603
« ibase_name_result ibase_num_params » PHP Manual Firebird/InterBase 関数 結果セットにおけるフィ ... ールド数を得る ibase_num_fields (PHP 5, PHP 7 < 7.4.0) ibase_num_fields — 結果セッ ... トにおけるフィールド数を得る 説明 ibase_num_fields ( resource $result_id ): int 結果セットにおけるフィ ... フィールドの数を整数値で返します。 例 例1 ibase_num_fields() の例 <?php $rs = ibase_query ( "SELECT * FROM ta ... blename" ); $coln = ibase_num_fields ( $rs ); for ( $i = 0 ; $i < $coln ; $i ++) { $col ...
https://man.plustar.jp/php/function.ibase-num-fields.html - [similar]
Removes one of the facet date fields 6529
« SolrQuery::removeExpandSortField SolrQuery::removeFacetDateOther » PHP Manual SolrQuery Remove ... s one of the facet date fields SolrQuery::removeFacetDateField (PECL solr >= 0.9. ... moveFacetDateField — Removes one of the facet date fields 説明 public SolrQuery::removeFacetDateField ( stri ... 関連キーワード: date , SolrQuery , Removes , cet , fields , of , removeFacetDateField , removeExpandSortFiel ...
https://man.plustar.jp/php/solrquery.removefacetdatefield.html - [similar]
Removes one of the fields used for highlighting 6529
« SolrQuery::removeFilterQuery SolrQuery::removeMltField » PHP Manual SolrQuery Removes one of t ... he fields used for highlighting SolrQuery::removeHighlightFi ... lrQuery::removeHighlightField — Removes one of the fields used for highlighting 説明 public SolrQuery::remov ... ld ( string $field ): SolrQuery Removes one of the fields used for highlighting. パラメータ field The name o ...
https://man.plustar.jp/php/solrquery.removehighlightfield.html - [similar]
結果において指定したフィールドの型を取得する 6497
« mysql_field_table mysql_free_result » PHP Manual MySQL 関数 結果において指定したフィールドの型 ... ; $result = mysql_query ( "SELECT * FROM func" ); $fields = mysql_num_fields ( $result ); $rows = mysql_num_ ... , 0 ); echo "Your '" . $table . "' table has " . $fields . " fields and " . $rows . " record(s)\n" ; echo " ... The table has the following fields:\n" ; for ( $i = 0 ; $i < $fields ; $i ++) { $type ... とえば以下のようになります。 Your 'func' table has 4 fields and 1 record(s) The table has the following fields ...
https://man.plustar.jp/php/function.mysql-field-type.html - [similar]
Returns all the fields to use for similarity 6497
« SolrQuery::getMltCount SolrQuery::getMltMaxNumQueryTerms » PHP Manual SolrQuery Returns all th ... e fields to use for similarity SolrQuery::getMltFields (PEC ... L solr >= 0.9.2) SolrQuery::getMltFields — Returns all the fields to use for similarity 説明 ... public SolrQuery::getMltFields (): array Returns all the fields to use for simila ... s , all , use , similarity , SolrQuery , s , getMltFields , array , パラメータ , getMltCount ...
https://man.plustar.jp/php/solrquery.getmltfields.html - [similar]
The SolrDocument class 6454
« SolrInputDocument::toArray SolrDocument::addField » PHP Manual Solr The SolrDocument class The ... olrDocument::SORT_DEFAULT Default mode for sorting fields within the document. SolrDocument::SORT_ASC Sorts ... the fields in ascending order SolrDocument::SORT_DESC Sorts t ... he fields in descending order SolrDocument::SORT_FIELD_NAME ... Sorts the fields by field name. SolrDocument::SORT_FIELD_VALUE_COUN ...
https://man.plustar.jp/php/class.solrdocument.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT