|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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 | |
| DIR * | opendir (const char *) |
| struct dirent * | readdir (DIR *) |
| int | closedir (DIR *) |
| int | rewinddir (DIR *) |