trader_errno
PHP Manual
PHP Manual»Trader Functions»trader_errno

trader_errno

(PECL trader >= 0.3.0)

trader_errnoGet error code

Description

function trader_errno(): int

Get error code of the last operation.

Parameters

This function has no parameters.

Return Values

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

To Top