eio_get_last_error

(PECL eio >= 1.0.0)

eio_get_last_errorReturns string describing the last error associated with a request resource

Açıklama

eio_get_last_error(resource $req): string

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

Bağımsız Değişkenler

req

The request resource

Dönen Değerler

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

Uyarı

Bu işlev DENEYSELDİR. Bu işlevin davranışı, ismi ve belgeleri PHP'nin sonraki sürümlerinde hiçbir duyuru yapılmaksızın değiştirilebilir. Bu risk göze alınamayacaksa bu işlev kullanılmamalıdır.

add a note

User Contributed Notes

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