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

#include <zend_modules.h>

Data Fields

const char * name
 
const char * rel
 
const char * version
 
unsigned char type
 

Detailed Description

Definition at line 116 of file zend_modules.h.

Field Documentation

◆ name

const char* _zend_module_dep::name

Definition at line 117 of file zend_modules.h.

◆ rel

const char* _zend_module_dep::rel

Definition at line 118 of file zend_modules.h.

◆ type

unsigned char _zend_module_dep::type

Definition at line 120 of file zend_modules.h.

◆ version

const char* _zend_module_dep::version

Definition at line 119 of file zend_modules.h.


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