|
eio_customExecute custom request like any other eio_* call. Description
resource eio_custom
( callable
$execute
, int $pri
, callable $callback
[, mixed $data = NULL
] )
eio_custom executes custom function specified by
Parameters
Return Values
eio_custom returns request resource on success or ExamplesExample #1 eio_custom example
<?php The above example will output something similar to: 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) |