dio_close
След.
(PHP 4 >= 4.2.0, PECL)dio_close -- Closes the file descriptor given by fd
- The function dio_close() closes the file descriptor fd.
-
fd - The file descriptor returned by dio_open().
- The file descriptor returned by dio_open().
- Эта функция не возвращает значения после выполнения.
Пример 1. Closing an open file descriptor
<?php$fd = dio_open('/dev/ttyS0', O_RDWR);dio_close($fd);?>
Пред.
Начало
Direct IO Functions
Уровень выше
dio_fcntl 22222