Query: dio_read
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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)