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)