dio_read(3) php man page | unix.com

Man Page: dio_read

Operating Environment: php

Section: 3

DIO_READ(3)								 1							       DIO_READ(3)

dio_read - Reads bytes from a file descriptor

SYNOPSIS
string dio_read (resource $fd, [int $len = 1024])
DESCRIPTION
The function dio_read(3) reads and returns $len bytes from file with descriptor $fd.
PARAMETERS
o $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 VALUES
The bytes read from $fd.
SEE ALSO
dio_write(3). PHP Documentation Group DIO_READ(3)
Related Man Pages
io_tryread(3) - debian
eio_read(3) - php
pg_lo_read(3) - php
socket_send(3) - php
socket_sendto(3) - php
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!