php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <glob.h>
Data Fields | |
int | gl_pathc |
int | gl_matchc |
int | gl_offs |
int | gl_flags |
char ** | gl_pathv |
int(* | gl_errfunc )(const char *, int) |
void(* | gl_closedir )(void *) |
struct dirent *(* | gl_readdir )(void *) |
void *(* | gl_opendir )(const char *) |
int(* | gl_lstat )(const char *, zend_stat_t *) |
int(* | gl_stat )(const char *, zend_stat_t *) |
int(* glob_t::gl_lstat) (const char *, zend_stat_t *) |
int(* glob_t::gl_stat) (const char *, zend_stat_t *) |