PHP 8.3.4 Released!

eio_init

(PECL eio = 1.0.0)

eio_init(Re-)initialize Eio

Descrizione

eio_init(): void

eio_init() (re-)initializes Eio. It allocates memory for internal structures of libeio and Eio itself. You may call eio_init() before using Eio functions. Otherwise it will be called internally first time you invoke an Eio function in a process.

Nota:

This function was removed in version 3.0.0RC1 of the eio extension for PHP version 8 and higher.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Nessun valore viene restituito.

add a note

User Contributed Notes

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