PHP Velho Oeste 2024

dbplus_errcode

(PHP 4 <= 4.3.0, PECL dbplus >= 0.9)

dbplus_errcodeGet error string for given errorcode or last error

Descrição

dbplus_errcode ([ int $errno ] ) : string

Returns a clear error string for the given error code.

Parâmetros

errno

The error code. If not provided, the result code of the last db++ operation is assumed.

Valor Retornado

Returns the error message.

Notas

Aviso

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top