dio_close
(PHP 4 >= 4.2.0, PHP 5 < 5.1.0)
dio_close — fd で指定したファイル記述子を閉じる
戻り値
値を返しません。
例
例1 開いているファイル記述子を閉じる
<?php
$fd = dio_open('/dev/ttyS0', O_RDWR);
dio_close($fd);
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google