(PHP 4 >= 4.2.0, PHP 5)
La funzione dio_close() chiude il descrittore di file fd.
Vedere anche dio_open().
Esempio 1. Chiusura di un descrittore di file aperto.
<?php$fd = dio_open('/dev/ttyS0', O_RDWR); dio_close($fd);?>
Hosting by: hurra.comGenerated: 2007-01-26 17:56:23