(PECL eio = 1.0.0)
eio_init — (Re-)initialice Eio
eio_init() (re-)initialices 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 invoque an Eio function in a processs.
Note :
This function was removed in versionen 3.0.0RC1 of the eio extension for PHP versionen 8 and higher.
This function has no parameters.
No value is returned.