検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 373 for Field (0.029 sec.)
Removes an expand sort field from the expand.sort parameter 5201
« SolrQuery::removeExpandFilterQuery SolrQuery::removeFacetDateField » PHP Manual SolrQuery Remo ... ves an expand sort field from the expand.sort parameter SolrQuery::removeEx ... pandSortField (PECL solr >= 2.2.0) SolrQuery::removeExpandSortFi ... eld — Removes an expand sort field from the expand.sort parameter 説明 public SolrQue ... ry::removeExpandSortField ( string $field ): SolrQuery Removes an expand sor ...
https://man.plustar.jp/php/solrquery.removeexpandsortfield.html - [similar]
カラム番号を返す 5175
« odbc_field_name odbc_field_precision » PHP Manual ODBC 関数 カラム番号を返す odbc_field_num (P ... HP 4, PHP 5, PHP 7, PHP 8) odbc_field_num — カラム番号を返す 説明 odbc_field_num ( resou ... rce $statement , string $field ): int | false 指定したODBC 結果 ID におけるフィー ... トの数を取得します。 パラメータ statement 結果 ID。 field フィールド名。 戻り値 フィールド番号、あるいはエラ ...
https://man.plustar.jp/php/function.odbc-field-num.html - [similar]
フィールドの精度を得る 5175
« odbc_field_precision odbc_field_type » PHP Manual ODBC 関数 フィールドの精度を得る odbc_field_ ... scale (PHP 4, PHP 5, PHP 7, PHP 8) odbc_field_scale — フィールドの精度を得る 説明 odbc_field_sca ... le ( resource $statement , int $field ): int | false 指定した ODBC 結果 ID の番号で指定し ... の精度を取得します。 パラメータ statement 結果 ID。 field フィールド番号。 フィールド番号は、1 から始まります ...
https://man.plustar.jp/php/function.odbc-field-scale.html - [similar]
Checks if a field exists in the document 5175
« SolrDocument::__destruct SolrDocument::__get » PHP Manual SolrDocument Checks if a field exist ... s in the document SolrDocument::fieldExists (PECL solr >= 0.9.2) SolrDocument::fieldExis ... ts — Checks if a field exists in the document 説明 public SolrDocument::f ... ieldExists ( string $fieldName ): bool Checks if the requested field as a val ... id fieldname in the document. パラメータ fieldName The name ...
https://man.plustar.jp/php/solrdocument.fieldexists.html - [similar]
カラム名を得る 5157
« odbc_field_len odbc_field_num » PHP Manual ODBC 関数 カラム名を得る odbc_field_name (PHP 4, PH ... P 5, PHP 7, PHP 8) odbc_field_name — カラム名を得る 説明 odbc_field_name ( resou ... rce $statement , int $field ): string | false 指定された ODBC 結果 ID において ... の名前を取得します。 パラメータ statement 結果 ID。 field フィールド番号。フィールド番号は、1 から始まります ...
https://man.plustar.jp/php/function.odbc-field-name.html - [similar]
フィールドサイズを返す 5140
« oci_field_scale oci_field_type_raw » PHP Manual OCI8 関数 フィールドサイズを返す oci_field_siz ... e (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_field_size — フィールドサイズを返す 説明 oci_field_size ... します。 失敗した場合に false を返します 例 例1 oci_field_size() の例 <?php // 以下のテーブルを用意します // ... h>Length</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-size.html - [similar]
Adds another field to the document 5122
« SolrDocument::serialize SolrDocument::sort » PHP Manual SolrDocument Adds another field to the ... solr >= 0.9.2) SolrDocument::__set — Adds another field to the document 説明 public SolrDocument::__set ( ... string $fieldName , string $fieldValue ): bool Adds another fiel ... d to the document. Used to set the fields as new properties. パラメータ fieldName Name of t ... he field. fieldValue Field value. 戻り値 成功した場合に tru ...
https://man.plustar.jp/php/solrdocument.set.html - [similar]
のエイリアス ibase_field_info 5096
« fbird_fetch_row fbird_free_event_handler » PHP Manual Firebird/InterBase 関数 のエイリアス iba ... se_field_info fbird_field_info (PHP 5, PHP 7 < 7.4.0) fbird ... _field_info — のエイリアス ibase_field_info() 説明 この関 ... 数は次の関数のエイリアスです。 ibase_field_info() . 参考 fbird_num_fields() - のエイリアス ib ... ase_num_fields 関連キーワード: info , ibase , fbird , 関数 , num ...
https://man.plustar.jp/php/function.fbird-field-info.html - [similar]
フィールドのデータ型の名前を返す 5096
« oci_field_type_raw oci_free_descriptor » PHP Manual OCI8 関数 フィールドのデータ型の名前を返す ... oci_field_type (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci ... _field_type — フィールドのデータ型の名前を返す 説明 oci_f ... します。 失敗した場合に false を返します 例 例1 oci_field_type() の例 <?php // 以下のテーブルを用意します // ... <th>長さ</th>" ; echo "</tr>\n" ; $ncols = oci_num_fields ( $stid ); for ( $i = 1 ; $i <= $ncols ; $i ++) { ...
https://man.plustar.jp/php/function.oci-field-type.html - [similar]
Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or s... 5096
« sqlsrv_fetch sqlsrv_free_stmt » PHP Manual SQLSRV 関数 Retrieves metadata for the fields of a ... prepared by sqlsrv_prepare or sqlsrv_query sqlsrv_field_metadata (No version information available, might ... only be in Git) sqlsrv_field_metadata — Retrieves metadata for the fields of a ... by sqlsrv_prepare() or sqlsrv_query() 説明 sqlsrv_field_metadata ( resource $stmt ): mixed Retrieves metad ... ata for the fields of a statement prepared by sqlsrv_prepare() or sq ...
https://man.plustar.jp/php/function.sqlsrv-field-metadata.html - [similar]