Home
last modified time | relevance | path

Searched refs:uv_fs_read (Results 1 – 4 of 4) sorted by relevance

/php-uv/tests/
H A D300-fs.phpt8 uv_fs_read(uv_default_loop(), $r, $offset = 0, $len = 32, function($stream, $data) {
23 uv_fs_read(uv_default_loop(), $r, $offset = 1, $len = 32, function($stream, $data) {
/php-uv/examples/
H A Dfs.php3 uv_fs_read(uv_default_loop(),$r,function($stream, $data) {
/php-uv/
H A DREADME.md477 * if you want to use PHP's stream or socket resource. see uv_fs_poll_init and uv_fs_read.
2182 ### void uv_fs_read(resource $loop, zval $fd, long $offset, long $length, callable $callback)
H A Dphp_uv.c5724 PHP_FUNCTION(uv_fs_read) argument
6409 PHP_FE(uv_fs_read, arginfo_uv_fs_read)

Completed in 26 milliseconds