検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 1267 for Value (0.022 sec.)
Allows grouping of documents that match the given query 2875
« SolrQuery::addGroupFunction SolrQuery::addGroupSortField » PHP Manual SolrQuery Allows groupin ... ery 説明 public SolrQuery::addGroupQuery ( string $value ): SolrQuery Allows grouping of documents that mat ... Adds query to the group.query parameter パラメータ value 戻り値 SolrQuery 参考 SolrQuery::setGroup() - Enab ... on() - Allows grouping results based on the unique values of a function query (group.func parameter) SolrQu ... sults to return for each group. The server default value is 1 SolrQuery::setGroupMain() - If true, the resu ...
https://man.plustar.jp/php/solrquery.addgroupquery.html - [similar]
Enable/Disable result grouping (group parameter) 2875
« SolrQuery::setFacetSort SolrQuery::setGroupCachePercent » PHP Manual SolrQuery Enable/Disable ... parameter) 説明 public SolrQuery::setGroup ( bool $value ): SolrQuery Enable/Disable result grouping (group ... parameter) パラメータ value 戻り値 参考 SolrQuery::getGroup() - Returns true i ... on() - Allows grouping results based on the unique values of a function query (group.func parameter) SolrQu ... sults to return for each group. The server default value is 1 SolrQuery::setGroupMain() - If true, the resu ...
https://man.plustar.jp/php/solrquery.setgroup.html - [similar]
Sets group.facet parameter 2875
« SolrQuery::setGroupCachePercent SolrQuery::setGroupFormat » PHP Manual SolrQuery Sets group.fa ... meter 説明 public SolrQuery::setGroupFacet ( bool $value ): SolrQuery Determines whether to compute grouped ... ted based on the first specified group. パラメータ value 戻り値 参考 SolrQuery::setGroup() - Enable/Disable ... on() - Allows grouping results based on the unique values of a function query (group.func parameter) SolrQu ... sults to return for each group. The server default value is 1 SolrQuery::setGroupMain() - If true, the resu ...
https://man.plustar.jp/php/solrquery.setgroupfacet.html - [similar]
The Queue class 2858
« Ds\Stack::toArray Ds\Queue::allocate » PHP Manual Data Structures The Queue class The Queue cl ... r “FIFO” collection that only allows access to the value at the front of the queue and iterates in that ord ... mixed public pop (): mixed public push ( mixed ...$values ): void public toArray (): array } 定義済み定数 D ... the current capacity Ds\Queue::clear — Removes all values Ds\Queue::__construct — Creates a new instance Ds ... the queue Ds\Queue::count — Returns the number of values in the queue Ds\Queue::isEmpty — Returns whether ...
https://man.plustar.jp/php/class.ds-queue.html - [similar]
The Stack class 2858
« Ds\Set::xor Ds\Stack::allocate » PHP Manual Data Structures The Stack class The Stack class (N ... r “LIFO” collection that only allows access to the value at the top of the structure and iterates in that o ... mixed public pop (): mixed public push ( mixed ...$values ): void public toArray (): array } 変更履歴 バージ ... the current capacity Ds\Stack::clear — Removes all values Ds\Stack::__construct — Creates a new instance Ds ... the stack Ds\Stack::count — Returns the number of values in the stack Ds\Stack::isEmpty — Returns whether ...
https://man.plustar.jp/php/class.ds-stack.html - [similar]
Reflection 2858
« Componere\Method::setStatic Componere\Value » PHP Manual Componere\Method Reflection Componere ... ction , Componere , ReflectionMethod , setStatic , Value , public , Shall , create , return , cached ...
https://man.plustar.jp/php/componere-method.getreflector.html - [similar]
Open a connection to a CUBRID Server 2858
« cubrid_connect_with_url cubrid_current_oid » PHP Manual CUBRID 関数 Open a connection to a CUB ... r name for the database. If not given, the default value is "public". passwd User password. If not given, t ... he default value is "". new_link If a second call is made to cubrid ... meter ( $conn ); while (list( $param_name , $param_value ) = each ( $db_params )) { printf ( "%-30s %s\n" , ... $param_name , $param_value ); } printf ( "\n" ); $server_info = cubrid_get_se ...
https://man.plustar.jp/php/function.cubrid-connect.html - [similar]
変数が配列かどうかを検査する 2858
« intval is_bool » PHP Manual 変数操作 関数 変数が配列かどうかを検査する is_array (PHP 4, PHP 5, ... 変数が配列かどうかを検査する 説明 is_array ( mixed $value ): bool 与えられた変数が配列かどうかを検査します。 ... パラメータ value 評価する変数 戻り値 value が 配列型 の場合 true 、 ...
https://man.plustar.jp/php/function.is-array.html - [similar]
変数の内容が反復可能な値であることを確認する 2858
« is_integer is_long » PHP Manual 変数操作 関数 変数の内容が反復可能な値であることを確認する is_ ... 能な値であることを確認する 説明 is_iterable ( mixed $value ): bool 変数の内容が iterable 疑似型で許容されるこ ... 装したオブジェクトであることを確認する。 パラメータ value チェックする値 戻り値 value が反復可能であれば tru ...
https://man.plustar.jp/php/function.is-iterable.html - [similar]
Extracts the data from a tagged attribute 2858
« radius_get_attr radius_get_tagged_attr_tag » PHP Manual Radius 関数 Extracts the data from a t ... ' ]; $tag = radius_get_tagged_attr_tag ( $data ); $value = radius_get_tagged_attr_data ( $data ); printf ( ... "Got tagged attribute with tag %d and value %s\n" , $tag , $value ); } ?> 参考 radius_get_attr ...
https://man.plustar.jp/php/function.radius-get-tagged-attr-data.html - [similar]