![]() |
Home / Documentation / 2.0 / API / | ![]() |
||
![]() ![]() ![]() |
||||
Apache::Command - Perl API for XXX | ||||
![]() ![]() |
|
||
check_cmd_context
META: 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_container
META: 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
next
META: Autogenerated - needs to be reviewed/completed
$ret = $cmd->next();
$cmd
(Apache::Command
)
$ret
(Apache::Command
)
name
META: Autogenerated - needs to be reviewed/completed
Name of this command
$obj->name($newval);
$obj
(Apache::Command
)
$newval
(string)
cmd_data
META: Autogenerated - needs to be reviewed/completed
Extra data, for functions which implement multiple commands...
$obj->cmd_data($newval);
$obj
(Apache::Command
)
$newval
(XXX)
req_override
META: 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_how
META: Autogenerated - needs to be reviewed/completed
What the command expects as arguments
$obj->args_how($newval);
$obj
(Apache::Command
)
$newval
(integer)
errmsg
META: 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.
|
![]() |
![]() ![]() ![]() |