検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 790 for result (0.101 sec.)
If true, facet counts are based on the most relevant document of each group matc... 3810
« SolrQuery::setGroupOffset SolrQuery::setHighlight » PHP Manual SolrQuery If true, facet counts ... 戻り値 参考 SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupFiel ... d() - Add a field to be used to group results SolrQuery::addGroupFunction() - Allows grouping r ... lrQuery::setGroupLimit() - Specifies the number of results to return for each group. The server default valu ... e is 1 SolrQuery::setGroupMain() - If true, the result of the first field grouping command is used as the ...
https://man.plustar.jp/php/solrquery.setgrouptruncate.html - [similar]
mysqli クラス 3790
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... public kill ( int $process_id ): bool public more_results (): bool public multi_query ( string $query ): bo ... ol public next_result (): bool public options ( int $option , string | i ... i_stmt | false public query ( string $query , int $result_mode = MYSQLI_STORE_RESULT ): mysqli_result | bool ... $query ): bool public reap_async_query (): mysqli_result | bool public refresh ( int $flags ): bool public ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
直近の操作から生じた警告の数を取得する 3790
« Result::getWarnings mysql_xdevapi\RowResult » PHP Manual mysql_xdevapi\Result 直近の操作から生 ... じた警告の数を取得する Result::getWarningsCount (No version information availabl ... e, might only be in Git) Result::getWarningsCount — 直近の操作から生じた警告の数を ... 取得する 説明 public mysql_xdevapi\Result::getWarningsCount (): int 直近の操作から生じた警告 ... ら生じた警告の数を返します。 例 例1 mysql_xdevapi\RowResult::getWarningsCount() の例 <?php $session = mysql_xd ...
https://man.plustar.jp/php/mysql-xdevapi-result.getwarningscount.html - [similar]
Add a field to be used to group results 3790
« SolrQuery::addFilterQuery SolrQuery::addGroupFunction » PHP Manual SolrQuery Add a field to be ... used to group results SolrQuery::addGroupField (PECL solr >= 2.2.0) Sol ... y::addGroupField — Add a field to be used to group results 説明 public SolrQuery::addGroupField ( string $va ... SolrQuery The name of the field by which to group results. The field must be single-valued, and either be i ... uery . 参考 SolrQuery::setGroup() - Enable/Disable result grouping (group parameter) SolrQuery::addGroupFunc ...
https://man.plustar.jp/php/solrquery.addgroupfield.html - [similar]
Return a numerical array with the values of the current row 3777
« cubrid_fetch_object cubrid_field_flags » PHP Manual CUBRID MySQL 互換関数 Return a numerical a ... the current row 説明 cubrid_fetch_row ( resource $result , int $type = ? ): array This function returns a n ... array with the values of the current row from the result set, starting from 0, and moves the internal data ... pointer ahead. パラメータ result result comes from a call to cubrid_execute() type ... atement cubrid_fetch() - Fetch the next row from a result set cubrid_fetch_array() - Fetch a result row as a ...
https://man.plustar.jp/php/function.cubrid-fetch-row.html - [similar]
コレクションからドキュメントをひとつ削除する 3777
« Collection::remove Collection::replaceOne » PHP Manual mysql_xdevapi\Collection コレクションか ... ollection::removeOne ( string $id ): mysql_xdevapi\Result 指定したIDに対応するドキュメントをコレクションから ... よって発生した警告の数 を問い合わせるために使われる Resultオブジェクト。 例 例1 mysql_xdevapi\Collection::remo ... ction = $schema -> createCollection ( "people" ); $result = $collection -> add ( '{"name": "Alfred", "age": ... le let's fetch the generated id and use it $ids = $result -> getGeneratedIds (); $alfred_id = $ids [ 0 ]; $r ...
https://man.plustar.jp/php/mysql-xdevapi-collection.removeone.html - [similar]
LDAP\ResultEntry クラス 3756
« LDAP\Result Memcache » PHP Manual LDAP LDAP\ResultEntry クラス LDAP\ResultEntry クラス (PHP 8 ... >= 8.1.0) はじめに PHP 8.1.0 以降、 ldap result entry リソースを置き換える、完全不定形クラスです。 ... クラス概要 final class LDAP\ResultEntry { } 関連キーワード: クラス , ResultEntry , Re ... sult , Memcache , result , entry , リソース , 概要 , final , ...
https://man.plustar.jp/php/class.ldap-result-entry.html - [similar]
Returns the result of applying a callback to each value 3756
« Ds\Map::last Ds\Map::merge » PHP Manual Map Returns the result of applying a callback to each ... ::map (PECL ds >= 1.0.0) Ds\Map::map — Returns the result of applying a callback to each value 説明 public D ... ap::map ( callable $callback ): Ds\Map Returns the result of applying a callback function to each value of t ... hould return what the key will be mapped to in the resulting map. 戻り値 The result of applying a callback t ... map , callback , Object , Pair , each , applying , result ...
https://man.plustar.jp/php/ds-map.map.html - [similar]
Fetch the next row and return it as an object 3756
« cubrid_fetch_lengths cubrid_fetch_row » PHP Manual CUBRID MySQL 互換関数 Fetch the next row an ... as an object 説明 cubrid_fetch_object ( resource $result , string $class_name = ? , array $params = ? , int ... ion returns an object with the column names of the result set as properties. The values of these properties ... are extracted from the current row of the result. パラメータ result result comes from a call to cub ... atement cubrid_fetch() - Fetch the next row from a result set cubrid_fetch_array() - Fetch a result row as a ...
https://man.plustar.jp/php/function.cubrid-fetch-object.html - [similar]
ファイルの状態を取得する 3756
« eio_set_min_parallel eio_statvfs » PHP Manual Eio 関数 ファイルの状態を取得する eio_stat (PECL ... ata = NULL ): resource eio_stat() は、 callback の result 引数でファイルの状態を返します。 パラメータ path フ ... 数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければなりません。 da ... ta は、リクエストに渡すカスタムデータです。 result にはリクエスト固有の結果が格納されます。基本的には ... 合に false を返します。 成功した場合は、 callback の result 引数に配列が格納されます。 例 例1 eio_stat() の例 ...
https://man.plustar.jp/php/function.eio-stat.html - [similar]