array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'function.eio-get-last-error.php', 1 => 'eio_get_last_error', 2 => 'Returns string describing the last error associated with a request resource', ), 'up' => array ( 0 => 'ref.eio.php', 1 => 'Eio Funzioni', ), 'prev' => array ( 0 => 'function.eio-get-event-stream.php', 1 => 'eio_get_event_stream', ), 'next' => array ( 0 => 'function.eio-grp.php', 1 => 'eio_grp', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/eio/functions/eio-get-last-error.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

eio_get_last_error

(PECL eio >= 1.0.0)

eio_get_last_errorReturns string describing the last error associated with a request resource

Descrizione

eio_get_last_error(resource $req): string

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

Elenco dei parametri

req

The request resource.

Valori restituiti

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

Avviso

Questa funzione è SPERIMENTALE. Ovvero, il comportamento di questa funzione, il nome di questa funzione, in definitiva tutto ciò che è documentato qui può cambiare nei futuri rilasci del PHP senza preavviso. Siete avvisati, l'uso di questa funzione è a vostro rischio.