(PHP 4 >= 4.2.0, PECL)
The function dio_close() closes the file descriptor fd.
See also dio_open().
Przykład 1. Closing an open file descriptor
<?php$fd = dio_open('/dev/ttyS0', O_RDWR);dio_close($fd);?>
Hosting by: Hurra Communications Sp. z o.o.Generated: 2007-01-26 18:02:25