検索

phrase: max: clip:
target: order:
Results of 381 - 390 of about 1267 for VALUE (0.025 sec.)
Extracts the tag from a tagged attribute 2858
« radius_get_tagged_attr_data radius_get_vendor_attr » PHP Manual Radius 関数 Extracts the tag f ... ' ]; $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-tag.html - [similar]
ユーザー定義の比較関数を使用して、配列を値でソートする 2858
« uksort クラス/オブジェクト » PHP Manual 配列 関数 ユーザー定義の比較関数を使用して、配列を値で ... ); usort ( $a , "cmp" ); foreach ( $a as $key => $value ) { echo " $key : $value \n" ; } ?> 上の例の出力は ... ); usort ( $a , "cmp" ); foreach ( $a as $key => $value ) { echo " $key : $value \n" ; } ?> 注意 : もちろん ... ( $fruits , "cmp" ); foreach ( $fruits as $key => $value ) { echo "\$fruits[ $key ]: " . $value [ "fruit" ] ...
https://man.plustar.jp/php/function.usort.html - [similar]
ジェネレータの構文 2858
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネ ... or = gen_one_to_three (); foreach ( $generator as $value ) { echo " $value \n" ; } ?> 上の例の出力は以下とな ... を括弧で囲む必要があります。 $data = (yield $key => $value); null 値の yield 何も引数を渡さずに yield を呼ぶと ... よる値の yield <?php function & gen_reference () { $value = 3 ; while ( $value > 0 ) { yield $value ; } } /* ... タは参照を yield するので、 * gen_reference() 内の $value が変わります。 */ foreach ( gen_reference () as & ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
Constructs the object from a BSON array or document 2858
« MongoDB\BSON\Unserializable MongoDB\BSON\BinaryInterface » PHP Manual MongoDB\BSON\Unserializa ... thin the BSON array or document. 戻り値 The return value from this method is ignored. 例 例1 MongoDB\BSON\U ... MongoDB \ BSON \ fromJSON ( '{ "foo": "bar" }' ); $value = MongoDB \ BSON \ toPHP ( $bson , [ 'root' => 'My ... Document' ]); var_dump ( $value ); ?> 上の例の出力は以下となります。 object(MyDocu ...
https://man.plustar.jp/php/mongodb-bson-unserializable.bsonunserialize.html - [similar]
Allows grouping results based on the unique values of a function query (group.fu... 2858
« SolrQuery::addGroupField SolrQuery::addGroupQuery » PHP Manual SolrQuery Allows grouping resul ... ts based on the unique values of a function query (group.func parameter) SolrQu ... tion — Allows grouping results based on the unique values of a function query (group.func parameter) 説明 p ... ublic SolrQuery::addGroupFunction ( string $value ): SolrQuery Adds a group function (group.func par ... meter) Allows grouping results based on the unique values of a function query. パラメータ value 戻り値 Solr ...
https://man.plustar.jp/php/solrquery.addgroupfunction.html - [similar]
Sets the group format, result structure (group.format parameter) 2858
« SolrQuery::setGroupFacet SolrQuery::setGroupLimit » PHP Manual SolrQuery Sets the group format ... r) 説明 public SolrQuery::setGroupFormat ( string $value ): SolrQuery Sets the group.format parameter. If t ... tead of groups. Accepts: grouped/simple パラメータ 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.setgroupformat.html - [similar]
If true, Solr includes the number of groups that have matched the query in the r... 2858
« SolrQuery::setGroupMain SolrQuery::setGroupOffset » PHP Manual SolrQuery If true, Solr include ... lts 説明 public SolrQuery::setGroupNGroups ( bool $value ): SolrQuery If true, Solr includes the number of ... have matched the query in the results. パラメータ 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.setgroupngroups.html - [similar]
定義済み定数 2836
« リソース型 例 » PHP Manual CUBRID 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... lt as both numeric and associative arrays (default value). CUBRID_OBJECT Get query result an object. CUBRID ... ID_CURSOR_CURRENT Move current cursor as a default value if the origin is not specified. CUBRID_CURSOR_LAST ... tion in the result. CUBRID_CURSOR_SUCCESS Returned value of cubrid_move_cursor() function in case of succes ... n removed from 8.4.1. CUBRID_NO_MORE_DATA Returned value of cubrid_move_cursor() function in case of failur ...
https://man.plustar.jp/php/cubrid.constants.html - [similar]
キーを指定して、配列を値で埋める 2836
« array_diff array_fill » PHP Manual 配列 関数 キーを指定して、配列を値で埋める array_fill_keys ... で埋める 説明 array_fill_keys ( array $keys , mixed $value ): array パラメータ value で指定した値で配列を埋め ... の配列。キーとして無効な値は string に変換されます。 value 埋めたい値。 戻り値 値を埋めた配列を返します。 例 ...
https://man.plustar.jp/php/function.array-fill-keys.html - [similar]
エントリを挿入する 2836
« dba_handlers dba_key_split » PHP Manual DBA 関数 エントリを挿入する dba_insert (PHP 4, PHP 5, ... する 説明 dba_insert ( string | array $key , string $value , resource $dba ): bool dba_insert() は、 データベ ... ースに key および value で記述されるエントリを挿入します。 パラメータ key ... き換える場合は、 dba_replace() を使用してください。 value 挿入する値。 dba dba_open() あるいは dba_popen() に ...
https://man.plustar.jp/php/function.dba-insert.html - [similar]