PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

dio_fcntl> <Direct IO Funzioni
Last updated: Fri, 18 Jul 2008

view this page in

dio_close

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5)

dio_close — Chiude il descrittore di file passato

Descrizione

( void dio_close ( resource $fd )

La funzione dio_close() chiude il descrittore di file fd .

Elenco dei parametri

fd

Il descrittore di file restituito da dio_open().

Valori restituiti

Nessun valore viene restituito.

Esempi

Example #1 Chiudere un descrittore di file

<?php
$fd 
dio_open('/dev/ttyS0'O_RDWR);
 
dio_close($fd);
?>

Vedere anche:



add a note add a note User Contributed Notes
dio_close
There are no user contributed notes for this page.

dio_fcntl> <Direct IO Funzioni
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites