php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"
#include "php_scandir.h"
#include <stdlib.h>
#include <search.h>
#include <string.h>
Go to the source code of this file.
Functions | |
PHPAPI int | php_alphasort (const struct dirent **a, const struct dirent **b) |
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)) |
Definition at line 45 of file php_scandir.c.