update : 2015.11.03
php.shukuma.com검색:
|
eio_custom(PECL eio >= 0.0.1dev) eio_custom — Execute custom request like any other eio_* call. 설명
eio_custom() executes custom function specified by
인수
반환값
eio_custom() returns request resource on success or 예제Example #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) |