|
eio_customeio_* のようなカスタムリクエストを実行する 説明
resource eio_custom(
callable $execute ,int $pri ,callable $callback ,mixed $data = NULL)
eio_custom は、
パラメータ
戻り値
eio_custom は、成功した場合にリクエストリソースを返します。失敗した場合に 例例1 eio_custom の例
上の例の出力は、 たとえば以下のようになります。 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) |