EIO_INIT(3) 1 EIO_INIT(3)
eio_init - (Re-)initialize Eio
SYNOPSIS
void eio_init (void )
DESCRIPTION
eio_init(3) (re-)initializes Eio. It allocates memory for internal structures of libeio and Eio itself. You may call eio_init(3) before
using Eio functions. Otherwise it will be called internally first time you invoke an Eio function in a process.
Warning
This deprecated feature will certainly be removed in the future. Since Eio 1.1.0eio_init(3) is deprecated. In Eio 1.0.0 because of
libeio's restrictions you must call eio_init(3) in child process, if you fork one by any means. You have to avoid using Eio in par-
ent process, if you use it in childs.
PARAMETERS
This function has no parameters.
RETURN VALUES
No value is returned.
PHP Documentation Group EIO_INIT(3)