検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 161 for real (0.007 sec.)
Percentage Price Oscillator 5889
« trader_plus_dm trader_roc » PHP Manual Trader 関数 Percentage Price Oscillator trader_ppo (PEC ... rcentage Price Oscillator 説明 trader_ppo ( array $real , int $fastPeriod = ? , int $slowPeriod = ? , int ... $mAType = ? ): array パラメータ real 実数値の配列。 fastPeriod Number of period for the ...
https://man.plustar.jp/php/function.trader-ppo.html - [similar]
Parabolic SAR 5889
« trader_rsi trader_sarext » PHP Manual Trader 関数 Parabolic SAR trader_sar (PECL trader >= 0.2 ... to the Maximum value. Valid range from 0 to TRADER_REAL_MAX . maximum Acceleration Factor Maximum value. V ... alid range from 0 to TRADER_REAL_MAX . 戻り値 Returns an array with calculated data ...
https://man.plustar.jp/php/function.trader-sar.html - [similar]
SSL を使用したセキュアな接続を確立する 5889
« mysqli::$sqlstate mysqli::stat » PHP Manual mysqli SSL を使用したセキュアな接続を確立する mysq ... SSL を使用してセキュアな接続を確立します。 mysqli_real_connect() より前にコールする必要があります。この関 ... ます。もし SSL が正しく設定できていない場合、 mysqli_real_connect() は接続時にエラーを返します。 参考 mysqli ... _options() - オプションを設定する mysqli_real_connect() - mysql サーバーとの接続をオープンする 関 ...
https://man.plustar.jp/php/mysqli.ssl-set.html - [similar]
Moving average with variable period 5820
« trader_mama trader_max » PHP Manual Trader 関数 Moving average with variable period trader_mav ... age with variable period 説明 trader_mavp ( array $real , array $periods , int $minPeriod = ? , int $maxPe ... riod = ? , int $mAType = ? ): array パラメータ real 実数値の配列。 periods 実数値の配列。 minPeriod Va ...
https://man.plustar.jp/php/function.trader-mavp.html - [similar]
mysql_query で使用するために文字列をエスケープする 5763
« mysql_error mysql_fetch_array » PHP Manual MySQL 関数 mysql_query で使用するために文字列をエス ... ープします。 この関数は非推奨です。 この関数は mysql_real_escape_string() とほぼ同じです。ただ mysql_real_es ... は、 % および _ をエスケープしません。 参考 mysql_real_escape_string() - SQL 文中で用いる文字列の特殊文字 ...
https://man.plustar.jp/php/function.mysql-escape-string.html - [similar]
Stochastic Relative Strength Index 5763
« trader_stochf trader_sub » PHP Manual Trader 関数 Stochastic Relative Strength Index trader_st ... ative Strength Index 説明 trader_stochrsi ( array $real , int $timePeriod = ? , int $fastK_Period = ? , in ... od = ? , int $fastD_MAType = ? ): array パラメータ real 実数値の配列。 timePeriod Number of period. Valid ...
https://man.plustar.jp/php/function.trader-stochrsi.html - [similar]
MACD with controllable MA type 5649
« trader_macd trader_macdfix » PHP Manual Trader 関数 MACD with controllable MA type trader_macd ... controllable MA type 説明 trader_macdext ( array $real , int $fastPeriod = ? , int $fastMAType = ? , int ... od = ? , int $signalMAType = ? ): array パラメータ real 実数値の配列。 fastPeriod Number of period for the ...
https://man.plustar.jp/php/function.trader-macdext.html - [similar]
mysqli_result オブジェクトを構築する 5591
« mysqli_result mysqli_result::$current_field » PHP Manual mysqli_result mysqli_result オブジェク ... しい mysqli_result オブジェクトを構築します。 mysqli_real_query() や mysqli_multi_query() 関数をコールした後 ... * Select queries return a result set */ $mysqli -> real_query ( "SELECT Name FROM City LIMIT 10" ); $resul ... データベース上でひとつ以上のクエリを実行する mysqli_real_query() - SQL クエリを実行する mysqli_store_result ...
https://man.plustar.jp/php/mysqli-result.construct.html - [similar]
PHP によって割り当てられたメモリの最大値を返す 5522
« ini_set memory_get_usage » PHP Manual PHP オプション/情報 関数 PHP によって割り当てられたメモリ ... リの最大値を返す 説明 memory_get_peak_usage ( bool $real_usage = false ): int PHP スクリプトに割り当てられた ... メモリの最大値を、バイト単位で返します。 パラメータ real_usage これを true に設定すると、システムが割り当て ...
https://man.plustar.jp/php/function.memory-get-peak-usage.html - [similar]
PHP 7.4.x で推奨されなくなる機能 5465
« 下位互換性のない変更点 削除された拡張モジュール » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 ... 。 $var{$idx} でなはく $var[$idx] を使って下さい。 (real) によるキャストと is_real() 関数 (real) によるキャ ... 推奨されません。 (float) を代わりに使って下さい。 is_real() 関数も同様に推奨されません。 is_float() 関数を使 ...
https://man.plustar.jp/php/migration74.deprecated.html - [similar]