|
eio_customExecute custom request like any other eio_* call. Beschreibung
resource eio_custom
( callable
$execute
, int $pri
, callable $callback
[, mixed $data = NULL
] )
eio_custom executes custom function specified by
Parameter-Liste
Rückgabewerte
eio_custom returns request resource on success or BeispieleBeispiel #1 eio_custom example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: 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) |