Apache 1.3 API Documentation

Constant TAKE2

Definition:

#include "httpd.h"
see cmd_how.
     

Usage example:

static const command_rec module_cmds[] =
{
        .
    {"ModuleDirective", cmd_moduledirective, NULL, OR_LIMIT, TAKE2,
     "directive description"},
        .
    {NULL}
};
     

Command will take one or two arguments.

See also:
cmd_how, FLAG, ITERATE, ITERATE2, NO_ARGS, RAW_ARGS, TAKE1, TAKE12, TAKE123, TAKE13, TAKE23, TAKE3

Previous: TAKE13 Next: TAKE23

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