Search Results
The closedir () function closes the directory stream associated with dirp. A successful call to closedir () also closes the underlying file descriptor associated with dirp.
- Errno
Pages that refer to this page: errno.h (0p), netdb.h (0p),...
- Linux/UNIX Programming Training
Linux and UNIX programming training and consulting by...
- Errno
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.
Préface Référence des fonctions Extensions relatives aux systèmes de fichiers Les dossiers Fonctions sur les dossiers
La fonction closedir en PHP est une fonction précieuse qui vous aide à libérer les ressources système allouées au flux de répertoire. Cette fonction est essentielle pour éviter les fuites de mémoire et garantir que votre code s'exécute sans accroc.
Jul 11, 2018 · The closedir () function in PHP is an inbuilt function which is used to close a directory handle. The directory handle to be closed is sent as a parameter to the closedir () function and the closedir () closes the directory handle.
DESCRIPTION The closedir () function shall close the directory stream referred to by the argument dirp. Upon return, the value of dirp may no longer point to an accessible object of the type DIR. If a file descriptor is used to implement type DIR, that file descriptor shall be closed.
People also ask
What does closedir() do?
What does errno mean in closedir() function?
What does a successful call to closedir() do?
closedir () was interrupted by a signal. The directory may or may not be closed.
