thangappan Posted February 27, 2009 Share Posted February 27, 2009 I am using PHP 5.2.0 version. I used dio_close() function for closing file descriptors. But it is not working. Can any one please explain? $limit = posix_getrlimit(); $openfile_limit = $limit['soft openfiles']; for($i =1 ; $i <= $openfile_limit ; $i++){ dio_close($i); Link to comment https://forums.phpfreaks.com/topic/147118-close-a-file-descriptor/ Share on other sites More sharing options...
Q695 Posted February 27, 2009 Share Posted February 27, 2009 than don't do things like this on the forum, the one you post to goes right to the top. Link to comment https://forums.phpfreaks.com/topic/147118-close-a-file-descriptor/#findComment-772374 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.