DIO_READ(3) 1 DIO_READ(3) dio_read - Reads bytes from a file descriptorSYNOPSISstring dio_read (resource $fd, [int $len = 1024])DESCRIPTIONThe function dio_read(3) reads and returns $len bytes from file with descriptor $fd.PARAMETERSo $fd - The file descriptor returned by dio_open(3). o $len - The number of bytes to read. If not specified, dio_read(3) reads 1K sized block.RETURN VALUESThe bytes read from $fd.SEE ALSOdio_write(3). PHP Documentation Group DIO_READ(3)
| Related Man Pages |
|---|
| io_waitread(3) - debian |
| posix_fallocate(3) - suse |
| adjmsg(9f) - sunos |
| pg_lo_read(3) - php |
| socket_sendto(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| User Guide: Posting in the Emergency Forum |
| Forum Video Tutorial: How to Use Code Tags |
| UNIX.COM 2017 Year End Summary |
| New Code Tags (Syntax Highlighting) |
| Denial Of Service Attack Update |