| eio_custom(PECL eio >= 0.0.1dev) eio_custom — Execute custom request like any other eio_* call. Описаниеeio_custom() executes custom function specified by execute processing it just like any other eio_* call. Список параметров
 Возвращаемые значенияeio_custom() returns request resource on success or FALSE on error. ПримерыПример #1 eio_custom() example 
<?phpРезультатом выполнения данного примера будет что-то подобное: resource(4) of type (EIO Request Descriptor) string(14) "my_custom_data" string(14) "my_custom_data" int(2) string(14) "my custom data" int(1001) | ||