eio_get_last_error

(PECL eio >= 1.0.0)

eio_get_last_errorReturns string describing the last error associated with a request resource

Descrição

eio_get_last_error(resource $req): string

eio_get_last_error() returns string describing the last error associated with req.

Parâmetros

req

The request resource

Valor Retornado

eio_get_last_error() returns string describing the last error associated with the request resource specified by req.

Aviso

Esta função é EXPERIMENTAL. O comportamento desta função, seu nome e documentação poderão mudar sem aviso prévio em futuras versões do PHP. Use por sua conta e risco.

add a note add a note

User Contributed Notes

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