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

search for in the

dio_fcntl> <Direct IO Funzioni
[edit] Last updated: Fri, 17 May 2013

view this page in

dio_close

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

dio_closeChiude 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:

  • dio_open() - Apre un nuovo file nella modalità specificata da flags e i permessi indicati in mode



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites