検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 1267 for value (0.034 sec.)
SolrParams クラス 2993
« SolrGenericResponse::__destruct SolrParams::add » PHP Manual Solr SolrParams クラス SolrParams ... ソッド */ final public add ( string $name , string $value ): SolrParams public addParam ( string $name , str ... ing $value ): SolrParams final public get ( string $param_nam ... : string final public set ( string $name , string $value ): void public setParam ( string $name , string $v ...
https://man.plustar.jp/php/class.solrparams.html - [similar]
Adjusts read and/or write watermarks 2993
« EventBufferEvent::setTimeouts EventBufferEvent::sslError » PHP Manual EventBufferEvent Adjusts ... ffer event. A buffer event watermark is an edge, a value specifying number of bytes to be read or written b ... Event::WRITE , or both. lowmark Minimum watermark value. highmark Maximum watermark value. 0 means "unlimi ...
https://man.plustar.jp/php/eventbufferevent.setwatermark.html - [similar]
さまざまな FTP 実行時オプションを設定する 2993
« ftp_rmdir ftp_site » PHP Manual FTP 関数 さまざまな FTP 実行時オプションを設定する ftp_set_opt ... ( FTP\Connection $ftp , int $option , int | bool $value ): bool この関数は、指定した FTP 接続に関してのさま ... 関連関数に関して秒単位でタイムアウトを変更 します。 value は、 0 より大きい整数値である必要があります。 デフ ... 、ftp_connect() で与えられた IPアドレスを使います。 value は、 bool でなければなりません。 value このパラメー ... トされていなかった場合や option が想定していない値を value に渡した場合は警告メッセージが発生します。 変更履歴 ...
https://man.plustar.jp/php/function.ftp-set-option.html - [similar]
variant オブジェクトに新しい値を代入する 2993
« variant_set_type variant_sub » PHP Manual COM関数 variant オブジェクトに新しい値を代入する var ... 入する 説明 variant_set ( variant $variant , mixed $value ): void value を variant に変換し、それを variant ... 元の値は開放されます。 パラメータ variant variant。 value 戻り値 値を返しません。 関連キーワード: variant , ...
https://man.plustar.jp/php/function.variant-set.html - [similar]
入力ロケールのキーワードを取得する 2993
« Locale::getDisplayVariant Locale::getPrimaryLanguage » PHP Manual Locale 入力ロケールのキーワー ... ywords_arr ) { foreach ( $keywords_arr as $key => $value ) { echo " $key = $value \n" ; } } ?> 例2 オブジェ ... ywords_arr ) { foreach ( $keywords_arr as $key => $value ) { echo " $key = $value \n" ; } } ?> 上の例の出力 ...
https://man.plustar.jp/php/locale.getkeywords.html - [similar]
The Set class 2977
« Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No vers ... be in Git) はじめに A Set is a sequence of unique values. This implementation uses the same hash table as ... Ds\Map , where values are used as keys and the mapped value is ignored. ... Strengths Values can be any type, including objects. Supports arra ... or unshift() . get() is O(n) if there are deleted values in the buffer before the accessed index, O(1) oth ...
https://man.plustar.jp/php/class.ds-set.html - [similar]
平面度を設定する 2977
« ps_setdash ps_setfont » PHP Manual PS 関数 平面度を設定する ps_setflat (PECL ps >= 1.1.0) ps_s ... 設定する 説明 ps_setflat ( resource $psdoc , float $value ): bool 警告 この関数は、 現在のところ詳細な情報は ... s_new() が返す、postscript ファイルのリソース ID。 value value は 0.2 から 1 までの間でなければなりません。 ...
https://man.plustar.jp/php/function.ps-setflat.html - [similar]
Redefine an already defined constant 2977
« runkit7_constant_add runkit7_constant_remove » PHP Manual runkit7 関数 Redefine an already def ... constant_redefine ( string $constant_name , mixed $value , int $new_visibility = ? ): bool パラメータ const ... or classname::constname indicating class constant. value Value to assign to the constant. new_visibility Th ...
https://man.plustar.jp/php/function.runkit7-constant-redefine.html - [similar]
Add a new function, similar to create_function 2977
« runkit7_constant_remove runkit7_function_copy » PHP Manual runkit7 関数 Add a new function, si ... it7_function_add ( 'testme' , '$a,$b' , 'echo "The value of a is $a\n"; echo "The value of b is $b\n";' ); ... e ( 1 , 2 ); ?> 上の例の出力は以下となります。 The value of a is 1 The value of b is 2 参考 create_function ...
https://man.plustar.jp/php/function.runkit7-function-add.html - [similar]
variant のビット否定演算を行う 2977
« variant_neg variant_or » PHP Manual COM関数 variant のビット否定演算を行う variant_not (PHP 5, ... t のビット否定演算を行う 説明 variant_not ( mixed $value ): variant value のビット否定演算を行い、その結果を ... 返します。 パラメータ value variant。 注意 : variant に関するすべての計算用関数 ... となります。 戻り値 ビット否定演算の結果を返します。 value が null の場合、 結果も null となります。 エラー / ...
https://man.plustar.jp/php/function.variant-not.html - [similar]