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

trader_errno

(PECL trader >= 0.3.0)

trader_errnoGet error code

Опис

function trader_errno(): int

Get error code of the last operation.

Параметри

У цієї функції немає параметрів.

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

Returns the error code identified by one of the TRADER_ERR_* constants.

To Top