Apache 1.3 API Documentation

Routine ap_checkmask

Definition:

int ap_checkmask(const char *data, const char *mask);
     

Usage example:

if (ap_checkmask(date, "## @$$ #### ##:##:## *")) {
    /* Date is in RFC 1123 format. */
}
     

No documentation available.


Previous: ap_chdir_file Next: ap_check_access

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