PHP » GoLang |
login |
register |
about
|
eio_read(PECL eio >= 0.0.1dev) eio_read — Read from a file descriptor at given offset Description
resource eio_read
( mixed
$fd
, int $length
, int $offset
, int $pri
, callable $callback
[, mixed $data = NULL
] )
eio_read() reads up to Parameters
Return Values
eio_read() stores read bytes in
ExamplesExample #1 eio_read() example
<?php The above example will output something similar to: string(5) "34567" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|