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

#include <fpm_conf.h>

Data Fields

struct key_value_snext
 
char * key
 
char * value
 

Detailed Description

Definition at line 15 of file fpm_conf.h.

Field Documentation

◆ key

char* key_value_s::key

Definition at line 17 of file fpm_conf.h.

◆ next

struct key_value_s* key_value_s::next

Definition at line 16 of file fpm_conf.h.

◆ value

char* key_value_s::value

Definition at line 18 of file fpm_conf.h.


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