php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
readdir.h File Reference
#include <config.w32.h>
#include "ioutil.h"

Go to the source code of this file.

Data Structures

struct  dirent
 
struct  DIR_W32
 

Macros

#define _DIRENT_HAVE_D_TYPE
 
#define DT_UNKNOWN   0
 
#define DT_DIR   4
 
#define DT_REG   8
 

Typedefs

typedef struct DIR_W32 DIR
 

Functions

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

Macro Definition Documentation

◆ _DIRENT_HAVE_D_TYPE

#define _DIRENT_HAVE_D_TYPE

Definition at line 18 of file readdir.h.

◆ DT_DIR

#define DT_DIR   4

Definition at line 20 of file readdir.h.

◆ DT_REG

#define DT_REG   8

Definition at line 21 of file readdir.h.

◆ DT_UNKNOWN

#define DT_UNKNOWN   0

Definition at line 19 of file readdir.h.

Typedef Documentation

◆ DIR

typedef struct DIR_W32 DIR

Definition at line 41 of file readdir.h.

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.