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

search for in the

dio_fcntl> <Fonctions Direct IO
Last updated: Fri, 03 Oct 2008

view this page in

dio_close

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

dio_closeFerme l'accès au fichier

Description

void dio_close ( resource $fd )

dio_close() ferme l'accès au fichier représenté par la ressource fd .

Liste de paramètres

fd

La ressource de fichier retournée par dio_open().

Valeurs de retour

Aucune valeur n'est retournée.

Exemples

Exemple #1 Fermeture d'une ressource de fichier

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

dio_close($fd);
?>

Voir aussi



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

dio_fcntl> <Fonctions Direct IO
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites