検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 563 for number (0.139 sec.)
PHP の配列を Oracle PL/SQL の配列に名前でバインドする 3353
« OCI8 関数 oci_bind_by_name » PHP Manual OCI8 関数 PHP の配列を Oracle PL/SQL の配列に名前でバイ ... 指定可能な型については以下を参照のこと。 SQLT_NUM - NUMBER の配列 SQLT_INT - INTEGER の配列 (注意: INTEGER は ... 、実際には NUMBER(38) のシノニムだが、 SQLT_NUM ではこの場合うまく動 ...
https://man.plustar.jp/php/function.oci-bind-array-by-name.html - [similar]
フォーマットされた文字列を返す 3353
« soundex sscanf » PHP Manual String 関数 フォーマットされた文字列を返す sprintf (PHP 4, PHP 5, ... す。 123.1 123.10 例6 sprintf() : 科学的記法 <?php $number = 362525200 ; echo sprintf ( "%.3e" , $number ); ? ... - フォーマットに基づきファイルからの入力を処理する number_format() - 数字を千の位毎にグループ化してフォーマッ ...
https://man.plustar.jp/php/function.sprintf.html - [similar]
Bollinger Bands 3353
« trader_avgprice trader_beta » PHP Manual Trader 関数 Bollinger Bands trader_bbands (PECL trade ... ): array パラメータ real 実数値の配列。 timePeriod Number of period. Valid range from 2 to 100000. nbDevUp D ...
https://man.plustar.jp/php/function.trader-bbands.html - [similar]
Money Flow Index 3353
« trader_medprice trader_midpoint » PHP Manual Trader 関数 Money Flow Index trader_mfi (PECL tra ... 値の配列。 volume 取引高。実数値の配列。 timePeriod Number of period. Valid range from 2 to 100000. 戻り値 Re ...
https://man.plustar.jp/php/function.trader-mfi.html - [similar]
Minus Directional Indicator 3353
« trader_minmaxindex trader_minus_dm » PHP Manual Trader 関数 Minus Directional Indicator trader ... 実数値の配列。 close 終値。実数値の配列。 timePeriod Number of period. Valid range from 2 to 100000. 戻り値 Re ...
https://man.plustar.jp/php/function.trader-minus-di.html - [similar]
Plus Directional Indicator 3353
« trader_obv trader_plus_dm » PHP Manual Trader 関数 Plus Directional Indicator trader_plus_di ( ... 実数値の配列。 close 終値。実数値の配列。 timePeriod Number of period. Valid range from 2 to 100000. 戻り値 Re ...
https://man.plustar.jp/php/function.trader-plus-di.html - [similar]
Description 3353
« Imagick::clipImage Imagick::clipPathImage » PHP Manual Imagick Description Imagick::clipImageP ... perations take effect inside the path. Id may be a number if preceded with #, to work on a numbered path, e. ...
https://man.plustar.jp/php/imagick.clipimagepath.html - [similar]
はじめに 3353
« CSPRNG インストール/設定 » PHP Manual CSPRNG はじめに はじめに » cryptographically secure pseu ... do-random number generator (CSPRNG) API は、 暗号学的に強固な乱数や ...
https://man.plustar.jp/php/intro.csprng.html - [similar]
ジェネレータの構文 3353
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネ ... ; while ( $value > 0 ) { yield $value ; } } /* * $number をループ内で変更していることに注目しましょう。 * こ ... が変わります。 */ foreach ( gen_reference () as & $number ) { echo (-- $number ). '... ' ; } ?> 上の例の出力 ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
下位互換性のない変更点 3353
« 新しいグローバル定数 PHP 7.2.x で推奨されなくなる機能 » PHP Manual PHP 7.1.x から PHP 7.2.x へ ... の移行 下位互換性のない変更点 下位互換性のない変更点 number_format() は負のゼロを返さない 以前のバージョンでは ...number_format() 関数が -0 を返せました。 これは IEEE 754 ... るという意味では少し不自然でした。 <?php var_dump ( number_format (- 0.01 )); // string(2) "-0" ではなく stri ...
https://man.plustar.jp/php/migration72.incompatible.html - [similar]