Apache 1.3 API Documentation

Routine ap_table_unset

Definition:

void ap_table_unset(table *t, const char *k);
     

Usage example:

No examples available.
     

Removes the table entry corresponding to key.

Removing nonexistent entries is not an error condition.

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_get, ap_table_merge, ap_table_mergen, ap_table_set, ap_table_setn, table

Previous: ap_table_setn Next: ap_time_process_request

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