php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
readdir.c File Reference
#include "php.h"
#include <malloc.h>
#include <string.h>
#include <errno.h>
#include "readdir.h"
#include "win32/ioutil.h"

Go to the source code of this file.

Functions

DIRopendir (const char *dir)
 
struct direntreaddir (DIR *dp)
 
int closedir (DIR *dp)
 
int rewinddir (DIR *dp)
 

Function Documentation

◆ closedir()

int closedir ( DIR * dp)

Definition at line 134 of file readdir.c.

◆ opendir()

DIR * opendir ( const char * dir)

Definition at line 24 of file readdir.c.

◆ readdir()

struct dirent * readdir ( DIR * dp)

Definition at line 95 of file readdir.c.

◆ rewinddir()

int rewinddir ( DIR * dp)

Definition at line 151 of file readdir.c.