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