update : 2015.11.03
php.shukuma.com검색:
|
dio_close(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PHP 7) dio_close — Closes the file descriptor given by fd 설명
void dio_close
( resource
$fd
)
The function dio_close() closes the file descriptor
반환값값을 반환하지 않습니다. 예제
Example #1 Closing an open file descriptor
<?php 참고
|