trader_get_compat
PHP Manual
PHP Manual»Trader İşlevleri»trader_get_compat

trader_get_compat

(PECL trader >= 0.2.2)

trader_get_compatGet compatibility mode

Açıklama

function trader_get_compat(): int

Get compatibility mode which affects the way calculations are done by all the extension functions.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns the compatibility mode id which can be identified by TRADER_COMPATIBILITY_* series of constants.

To Top