Dutch PHP Conference 2025 - Call For Papers

eio_get_last_error

(PECL eio >= 1.0.0)

eio_get_last_errorReturns string describing the last error associated with a request resource

Опис

eio_get_last_error(resource $req): string

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

Параметри

req

The request resource.

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

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

Увага

Ця функція — ЕКСПЕРИМЕНТАЛЬНА. Її поведінка, назва та документація можуть бути змінені без попередження в майбутніх випусках PHP. Використання цієї функції є ризикованим для розробника.

add a note

User Contributed Notes

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