php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <sys/types.h>
#include <php_config.h>
Go to the source code of this file.
Functions | |
PHPAPI int | php_scandir (const char *dirname, struct dirent **namelist[], int(*selector)(const struct dirent *entry), int(*compare)(const struct dirent **a, const struct dirent **b)) |
PHPAPI int | php_alphasort (const struct dirent **a, const struct dirent **b) |
Definition at line 45 of file php_scandir.c.