php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
glob_t Struct Reference

#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 *)
 

Detailed Description

Definition at line 51 of file glob.h.

Field Documentation

◆ gl_closedir

void(* glob_t::gl_closedir) (void *)

Definition at line 65 of file glob.h.

◆ gl_errfunc

int(* glob_t::gl_errfunc) (const char *, int)

Definition at line 58 of file glob.h.

◆ gl_flags

int glob_t::gl_flags

Definition at line 55 of file glob.h.

◆ gl_lstat

int(* glob_t::gl_lstat) (const char *, zend_stat_t *)

Definition at line 68 of file glob.h.

◆ gl_matchc

int glob_t::gl_matchc

Definition at line 53 of file glob.h.

◆ gl_offs

int glob_t::gl_offs

Definition at line 54 of file glob.h.

◆ gl_opendir

void *(* glob_t::gl_opendir) (const char *)

Definition at line 67 of file glob.h.

◆ gl_pathc

int glob_t::gl_pathc

Definition at line 52 of file glob.h.

◆ gl_pathv

char** glob_t::gl_pathv

Definition at line 56 of file glob.h.

◆ gl_readdir

struct dirent *(* glob_t::gl_readdir) (void *)

Definition at line 65 of file glob.h.

◆ gl_stat

int(* glob_t::gl_stat) (const char *, zend_stat_t *)

Definition at line 69 of file glob.h.


The documentation for this struct was generated from the following file: