検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 78 for cat (0.009 sec.)
テーブルの主キーを取得する 7948
« odbc_prepare odbc_procedurecolumns » PHP Manual ODBC 関数 テーブルの主キーを取得する odbc_prim ... 説明 odbc_primarykeys ( resource $odbc , ? string $catalog , string $schema , string $table ): resource | ... BC 接続 ID。詳細は odbc_connect() を参照ください。 catalog カタログ(ODBC 2 の用語では '修飾子')。 schema ... を返します。 結果は以下のカラムを有します。 TABLE_CAT TABLE_SCHEM TABLE_NAME COLUMN_NAME KEY_SEQ PK_NAME ... 加のカラムを返すことが出来ます。 結果セットは TABLE_CAT , TABLE_SCHEM , TABLE_NAME , KEY_SEQ でソートされま ...
https://man.plustar.jp/php/function.odbc-primarykeys.html - [similar]
2 つの variant 値を連結し、その結果を返す 7948
« variant_cast variant_cmp » PHP Manual COM関数 2 つの variant 値を連結し、その結果を返す varian ... t_cat (PHP 5, PHP 7, PHP 8) variant_cat — 2 つの variant ... 値を連結し、その結果を返す 説明 variant_cat ( mixed $left , mixed $right ): variant left と ri ... 算子 関連キーワード: variant , 連結 , 関数 , right , cat , オブジェクト , パラメータ , オペランド , ライブラ ...
https://man.plustar.jp/php/function.variant-cat.html - [similar]
Removes a Query Field (qf parameter) 7892
« SolrDisMaxQuery::removePhraseField SolrDisMaxQuery::removeTrigramPhraseField » PHP Manual Solr ... dQueryField ( 'second' , 0.2 ) -> addQueryField ( 'cat' ); echo $dismaxQuery . PHP_EOL ; // remove field ... す。 q=lucene&defType=edismax&qf=first^3 second^0.2 cat q=lucene&defType=edismax&qf=first^3 cat 参考 SolrD ...
https://man.plustar.jp/php/solrdismaxquery.removequeryfield.html - [similar]
Removes a Trigram Phrase Field (pf3 parameter) 7892
« SolrDisMaxQuery::removeQueryField SolrDisMaxQuery::removeUserField » PHP Manual SolrDisMaxQuer ... ucene' ); $dismaxQuery -> addTrigramPhraseField ( 'cat' , 2 , 5.1 ) -> addTrigramPhraseField ( 'feature' ... everse $dismaxQuery -> removeTrigramPhraseField ( 'cat' ); echo $dismaxQuery . PHP_EOL ; ?> 上の例の出力は ... 以下となります。 q=lucene&defType=%s&pf3=cat~5.1^2 feature^4.5 q=lucene&defType=%s&pf3=feature^ ...
https://man.plustar.jp/php/solrdismaxquery.removetrigramphrasefield.html - [similar]
Removes a field from The User Fields Parameter (uf) 7824
« SolrDisMaxQuery::removeTrigramPhraseField SolrDisMaxQuery::setBigramPhraseFields » PHP Manual ... uery ( 'lucene' ); $dismaxQuery -> addUserField ( 'cat' ) -> addUserField ( 'text' ) -> addUserField ( '* ... とえば以下のようになります。 q=lucene&defType=%s&uf=cat text *_dt q=lucene&defType=%s&uf=cat *_dt 参考 Sol ...
https://man.plustar.jp/php/solrdismaxquery.removeuserfield.html - [similar]
Adds a document to the index 7686
« SolrClient SolrClient::addDocuments » PHP Manual SolrClient Adds a document to the index SolrC ... sting document or not. If false there will be duplicates (several documents with the same ID). 警告 PECL ... -> addField ( 'id' , 334455 ); $doc -> addField ( 'cat' , 'Software' ); $doc -> addField ( 'cat' , 'Lucen ... -> addField ( 'id' , 334455 ); $doc -> addField ( 'cat' , 'Software' ); $doc -> addField ( 'cat' , 'Lucen ...
https://man.plustar.jp/php/solrclient.adddocument.html - [similar]
外部キーのリストを取得する 7479
« odbc_field_type odbc_free_result » PHP Manual ODBC 関数 外部キーのリストを取得する odbc_foreig ... 明 odbc_foreignkeys ( resource $odbc , ? string $pk_catalog , string $pk_schema , string $pk_table , strin ... g $fk_catalog , string $fk_schema , string $fk_table ): reso ... 接続 ID。詳細は odbc_connect() を参照ください。 pk_catalog 主キーテーブルのカタログ (ODBC 2 の用語では '修 ... の用語では '所有者') pk_table 主キーのテーブル。 fk_catalog 外部キーテーブルのカタログ (ODBC 2 の用語では ...
https://man.plustar.jp/php/function.odbc-foreignkeys.html - [similar]
Sends a query to the server 7341
« SolrClient::ping SolrClient::request » PHP Manual SolrClient Sends a query to the server SolrC ... ); $query -> setRows ( 50 ); $query -> addField ( 'cat' )-> addField ( 'features' )-> addField ( 'id' )-> ... Time] => 3 [params] => SolrObject Object ( [fl] => cat,features,id,timestamp [indent] => on [start] => 0 ... ray ( [0] => SolrObject Object ( [id] => SOLR1000 [cat] => Array ( [0] => software [1] => search ) [featu ... ion Interfaces [4] => Scalability - Efficient Replication to other Solr Search Servers [5] => Flexible an ...
https://man.plustar.jp/php/solrclient.query.html - [similar]
構文 7204
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使 ... ho ANOTHER_CONST ; const ANIMALS = array( 'dog' , 'cat' , 'bird' ); echo ANIMALS [ 1 ]; // 出力は "cat" / ... / 配列の定数 define ( 'ANIMALS' , array( 'dog' , 'cat' , 'bird' )); echo ANIMALS [ 1 ]; // 出力は "cat" ... らです。 つまり、関数、ループ、 if 文、または try / catch ブロックの内部では宣言できないということです。 注 ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
各テーブルのリストおよび関連する権限のリストを取得する 7135
« odbc_statistics odbc_tables » PHP Manual ODBC 関数 各テーブルのリストおよび関連する権限のリスト ... odbc_tableprivileges ( resource $odbc , ? string $catalog , string $schema , string $table ): resource | ... BC 接続 ID。詳細は odbc_connect() を参照ください。 catalog カタログ(ODBC 2 の用語では '修飾子')。 schema ... す。 結果セットのカラムは次のようになります。 TABLE_CAT TABLE_SCHEM TABLE_NAME GRANTOR GRANTEE PRIVILEGE I ... 加のカラムを返すことが出来ます。 結果セットは TABLE_CAT , TABLE_SCHEM , TABLE_NAME , PRIVILEGE , GRANTEE で ...
https://man.plustar.jp/php/function.odbc-tableprivileges.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT