略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: 运行时配置

2024-04-27

运行时配置

这些函数的行为受 php.ini 中的设置影响。

Trader 配置选项
名字 默认 可修改范围 更新日志
trader.real_precision 3 PHP_INI_ALL Since trader 0.2.1
trader.real_round_mode HALF_DOWN PHP_INI_ALL Since trader 0.3.0

这是配置指令的简短说明。

trader.real_precision int

All the values in the returned arrays will be rounded to this precision. However the calculations inside TA-Lib happen with unrounded values.

trader.real_round_mode string

Controls the trader real rounding policy. Valid values are HALF_UP, HALF_DOWN, HALF_EVEN and HALF_ODD. The behaviour is identical to the round() function used with the mode argument.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/trader.configuration.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3