検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 555 for query (0.124 sec.)
プリペアドステートメントを実行する 4938
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... "my_user" , "my_password" , "world" ); $mysqli -> query ( "CREATE TEMPORARY TABLE myCity LIKE City" ); /* ... (); /* myCity テーブルから全ての行を取得します */ $query = "SELECT Name, CountryCode, District FROM myCity" ... ; $result = $mysqli -> query ( $query ); while ( $row = $result -> fetch_row () ... t" , "my_user" , "my_password" , "world" ); mysqli_query ( $link , "CREATE TEMPORARY TABLE myCity LIKE City ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
Allows grouping results based on the unique values of a function query (group.fu... 4938
« SolrQuery::addGroupField SolrQuery::addGroupQuery » PHP Manual SolrQuery Allows grouping resul ... ts based on the unique values of a function query (group.func parameter) SolrQuery::addGroupFunction ... (PECL solr >= 2.2.0) SolrQuery::addGroupFunction — Allows grouping results based ... on the unique values of a function query (group.func parameter) 説明 public SolrQuery::addG ... roupFunction ( string $value ): SolrQuery Adds a group function (group.func parameter) Allow ...
https://man.plustar.jp/php/solrquery.addgroupfunction.html - [similar]
If true, facet counts are based on the most relevant document of each group matc... 4922
« SolrQuery::setGroupOffset SolrQuery::setHighlight » PHP Manual SolrQuery If true, facet counts ... most relevant document of each group matching the query SolrQuery::setGroupTruncate (PECL solr >= 2.2.0) S ... olrQuery::setGroupTruncate — If true, facet counts are base ... most relevant document of each group matching the query 説明 public SolrQuery::setGroupTruncate ( bool $va ... lue ): SolrQuery If true, facet counts are based on the most releva ...
https://man.plustar.jp/php/solrquery.setgrouptruncate.html - [similar]
Specifies the amount of slop permitted on phrase queries explicitly included in ... 4899
« SolrDisMaxQuery::setQueryAlt SolrDisMaxQuery::setTieBreaker » PHP Manual SolrDisMaxQuery Speci ... n phrase queries explicitly included in the user's query string (qf parameter) SolrDisMaxQuery::setQueryPhr ... rmation available, might only be in Git) SolrDisMaxQuery::setQueryPhraseSlop — Specifies the amount of slop ... n phrase queries explicitly included in the user's query string (qf parameter) 説明 public SolrDisMaxQuery: ... :setQueryPhraseSlop ( string $slop ): SolrDisMaxQuery The Qu ...
https://man.plustar.jp/php/solrdismaxquery.setqueryphraseslop.html - [similar]
基本的な使い方 4853
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガ ... list_dbs ( $db ) { assert ( is_resource ( $db )); $query = ' SELECT d.datname as "Name", u.usename as "Owne ... ON d.datdba = u.usesysid ORDER BY 1; ' ; return pg_query ( $db , $query ); } // テーブルを一覧にする functi ... t_tables ( $db ) { assert ( is_resource ( $db )); $query = " SELECT c.relname as \"Name\", CASE c.relkind W ... AND c.relname !~ '^pg_' ORDER BY 1; " ; return pg_query ( $db , $query ); } // pg_meta_data() も参照してく ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]
Whether to highlight phrase terms only when they appear within the query phrase 4853
« SolrQuery::setHighlightSnippets SolrQuery::setMlt » PHP Manual SolrQuery Whether to highlight ... phrase terms only when they appear within the query phrase SolrQuery::setHighlightUsePhraseHighlighter ... (PECL solr >= 0.9.2) SolrQuery::setHighlightUsePhraseHighlighter — Whether to hig ... ight phrase terms only when they appear within the query phrase 説明 public SolrQuery::setHighlightUsePhras ... eHighlighter ( bool $flag ): SolrQuery Sets whether or not to use SpanScorer to highlight ...
https://man.plustar.jp/php/solrquery.sethighlightusephrasehighlighter.html - [similar]
URL を解釈し、その構成要素を返す 4831
« http_build_query rawurldecode » PHP Manual URL 関数 URL を解釈し、その構成要素を返す parse_url ... RL_USER 、 PHP_URL_PASS 、 PHP_URL_PATH 、 PHP_URL_QUERY あるいは PHP_URL_FRAGMENT のうちのいずれかを指定し ... りです。 scheme - 例: http host port user pass path query - クエスチョンマーク ? 以降 fragment - ハッシュマー ... を返します。 PHP 8.0.0 以降では、 parse_url() は、query と fragment について、 存在しないことと値が空である ... とを以下のように区別します: http://example.com/foo → query = null, fragment = null http://example.com/foo? → ...
https://man.plustar.jp/php/function.parse-url.html - [similar]
Removes a Query Field (qf parameter) 4831
« SolrDisMaxQuery::removePhraseField SolrDisMaxQuery::removeTrigramPhraseField » PHP Manual Solr ... DisMaxQuery Removes a Query Field (qf parameter) SolrDisMaxQue ... ry::removeQueryField (No version information available, might only ... be in Git) SolrDisMaxQuery::removeQueryField — Removes a Query Field (qf para ... meter) 説明 public SolrDisMaxQuery::removeQueryField ( string $field ): SolrDisMaxQue ...
https://man.plustar.jp/php/solrdismaxquery.removequeryfield.html - [similar]
multi_query の、次の結果を準備する 4808
« mysqli::multi_query mysqli::options » PHP Manual mysqli multi_query の、次の結果を準備する mys ... mysqli::next_result -- mysqli_next_result — multi_query の、次の結果を準備する 説明 オブジェクト指向型 pub ... result ( mysqli $mysql ): bool 直近の mysqli_multi_query() コールから次の結果セットを用意します。 これは my ... た場合は、同様に false を返します。 例 mysqli_multi_query() を参照ください。 参考 mysqli_multi_query() - デー ... トの取得を開始する 関連キーワード: mysqli , multi , query , result , 準備 , next , 次 , セット , results , u ...
https://man.plustar.jp/php/mysqli.next-result.html - [similar]
直前の MySQL の操作で変更された行の数を得る 4792
« mysqli mysqli::autocommit » PHP Manual mysqli 直前の MySQL の操作で変更された行の数を得る mysq ... word" , "world" ); /* 行を挿入します */ $mysqli -> query ( "CREATE TABLE Language SELECT * from CountryLang ... T): %d\n" , $mysqli -> affected_rows ); $mysqli -> query ( "ALTER TABLE Language ADD Status int default 0" ... ); /* 行を更新します */ $mysqli -> query ( "UPDATE Language SET Status=1 WHERE Percentage > ... > affected_rows ); /* 行を削除します */ $mysqli -> query ( "DELETE FROM Language WHERE Percentage < 50" ); ...
https://man.plustar.jp/php/mysqli.affected-rows.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT