![]() |
Home / Documentation / 2.0 / API / | |||
| Apache::Command - Perl API for XXX | ||||
|
|
||
check_cmd_contextMETA: Autogenerated - needs to be reviewed/completed
$ret = $cmd->check_cmd_context($forbidden);
$cmd (Apache::CmdParms)
The command to check
$forbidden (XXX)
Where the command is forbidden.
$ret (string)
Error string on error, NULL on success
soak_end_containerMETA: Autogenerated - needs to be reviewed/completed
Read all data between the current <foo> and the matching </foo>. All of this data is forgotten immediately.
$ret = $cmd->soak_end_container($directive);
$cmd (Apache::CmdParms)
The cmd_parms to pass to the directives inside the container
$directive (string)
The directive name to read until
$ret (string)
Error string on failure, NULL on success
nextMETA: Autogenerated - needs to be reviewed/completed
$ret = $cmd->next();
$cmd (Apache::Command)
$ret (Apache::Command)
nameMETA: Autogenerated - needs to be reviewed/completed
Name of this command
$obj->name($newval);
$obj (Apache::Command)
$newval (string)
cmd_dataMETA: Autogenerated - needs to be reviewed/completed
Extra data, for functions which implement multiple commands...
$obj->cmd_data($newval);
$obj (Apache::Command)
$newval (XXX)
req_overrideMETA: Autogenerated - needs to be reviewed/completed
What overrides need to be allowed to enable this command.
$obj->req_override($newval);
$obj (Apache::Command)
$newval (integer)
args_howMETA: Autogenerated - needs to be reviewed/completed
What the command expects as arguments
$obj->args_how($newval);
$obj (Apache::Command)
$newval (integer)
errmsgMETA: Autogenerated - needs to be reviewed/completed
'usage' message, in case of syntax errors
$obj->errmsg($newval);
$obj (Apache::Command)
$newval (string)
mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 1.1.
|
|