Query: dio_write
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DIO_WRITE(3) 1 DIO_WRITE(3) dio_write - Writes data to fd with optional truncation at lengthSYNOPSISint dio_write (resource $fd, string $data, [int $len])DESCRIPTIONdio_write(3) writes up to $len bytes from $data to file $fd.PARAMETERSo $fd - The file descriptor returned by dio_open(3). o $data - The written data. o $len - The length of data to write in bytes. If not specified, the function writes all the data to the specified file.RETURN VALUESReturns the number of bytes written to $fd.SEE ALSOdio_read(3). PHP Documentation Group DIO_WRITE(3)
Related Man Pages |
---|
muroar_write(3) - debian |
adjmsg(9f) - sunos |
socket_write(3) - php |
gzwrite(3) - php |
socket_sendto(3) - php |
Similar Topics in the Unix Linux Community |
---|
One liners, quick rant... |