eio_get_last_error

(PECL eio >= 1.0.0)
Returns string describing the last error associated with a request resource
string eio_get_last_error ( resource $req )

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

Parameters:
req

The request resource

Returns:

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

Warning

This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.

doc_php
2016-02-24 16:04:40
Comments
Leave a Comment

Please login to continue.