Query: dio_close
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DIO_CLOSE(3) 1 DIO_CLOSE(3) dio_close - Closes the file descriptor given by fdSYNOPSISvoid dio_close (resource $fd)DESCRIPTIONThe function dio_close(3) closes the file descriptor $fd.PARAMETERSo $fd - The file descriptor returned by dio_open(3).RETURN VALUESNo value is returned.EXAMPLESExample #1 Closing an open file descriptor <?php $fd = dio_open('/dev/ttyS0', O_RDWR); dio_close($fd); ?>SEE ALSOdio_open(3). PHP Documentation Group DIO_CLOSE(3)
Related Man Pages |
---|
dup(2) - hpux |
mq_close(3) - osf1 |
dio_fcntl(3) - php |
dio_tcsetattr(3) - php |
pg_close(3) - php |
Similar Topics in the Unix Linux Community |
---|
One liners, quick rant... |