Apache 1.3 API Documentation

Routine ap_table_get

Definition:

const char *ap_table_get(const table *t, const char *key);
     

Usage example:

No examples available.
     

Returns the value of key in table t.

See also:
ap_clear_table, ap_copy_table, ap_make_table, ap_overlay_tables, ap_table_add, ap_table_addn, ap_table_do, ap_table_merge, ap_table_mergen, ap_table_set, ap_table_setn, ap_table_unset, table

Previous: ap_table_do Next: ap_table_merge

Table of Contents (Routines, Structures, Data Cells, Constants)