Query: eio_init
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EIO_INIT(3) 1 EIO_INIT(3) eio_init - (Re-)initialize EioSYNOPSISvoid eio_init (void )DESCRIPTIONeio_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.PARAMETERSThis function has no parameters.RETURN VALUESNo value is returned. PHP Documentation Group EIO_INIT(3)