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

#include <php_ini_builder.h>

Data Fields

char * value
 
size_t length
 

Detailed Description

A class which helps with constructing INI entries from the command line.

Definition at line 26 of file php_ini_builder.h.

Field Documentation

◆ length

size_t php_ini_builder::length

Definition at line 28 of file php_ini_builder.h.

◆ value

char* php_ini_builder::value

Definition at line 27 of file php_ini_builder.h.


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