trader_set_compat
PHP Manual
PHP Manual»Trader Функції»trader_set_compat

trader_set_compat

(PECL trader >= 0.2.2)

trader_set_compatSet compatibility mode

Опис

function trader_set_compat(int $compatId): void

Set compatibility mode which will affect the way calculations are done by all the extension functions.

Параметри

compatId

Compatibility Id. TRADER_COMPATIBILITY_* series of constants should be used.

Значення, що повертаються

Не повертає значень.

To Top