Definition:
typedef struct table {opaque-structure};
Usage example:
table *string_pairs;
string_pairs = ap_make_table(p, 4);
ap_table_set(string_pairs, "key", "value");
A table is an association between two strings known as key and value, accessed via key.
Previous: short_score
Next: uri_components
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)