[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ c ] [ e ] [ i ] [ p ] [ r ] [ s ] [ t ]

c

Command.php
procedural page Command.php
top

e

$error_message_prefix
in file Command.php, variable System_Command_Error::$error_message_prefix
    Message in front of the error message
errorMessage
in file Command.php, method System_Command::errorMessage()
    Return a textual error message for a System_Command error code
execute
in file Command.php, method System_Command::execute()
    Executes the code according to given options
top

i

isError
in file Command.php, method System_Command::isError()
    Tell whether a result code from a System_Command method is an error
top

p

pushCommand
in file Command.php, method System_Command::pushCommand()
    Used to push a command onto the running command to be executed
pushOperator
in file Command.php, method System_Command::pushOperator()
    Used to push an operator onto the running command to be executed
top

r

reset
in file Command.php, method System_Command::reset()
    Prepare for a new command to be built
top

s

setOption
in file Command.php, method System_Command::setOption()
    Sets the value for an option. Each option should be set to true or false; except the 'SHELL' option which should be a string naming a shell. The options are:
System_Command
in file Command.php, method System_Command::System_Command()
    Class constructor
System_Command
in file Command.php, class System_Command
    The System_Command:: class implements an abstraction for various ways of executing commands (directly using the backtick operator, as a background task after the script has terminated using register_shutdown_function() or as a detached process using nohup).
SYSTEM_COMMAND_COMMAND_PLACEMENT
in file Command.php, constant SYSTEM_COMMAND_COMMAND_PLACEMENT
System_Command_Error
in file Command.php, class System_Command_Error
    System_Command_Error constructor.
SYSTEM_COMMAND_ERROR
in file Command.php, constant SYSTEM_COMMAND_ERROR
System_Command_Error
in file Command.php, method System_Command_Error::System_Command_Error()
SYSTEM_COMMAND_INVALID_COMMAND
in file Command.php, constant SYSTEM_COMMAND_INVALID_COMMAND
SYSTEM_COMMAND_INVALID_OPERATOR
in file Command.php, constant SYSTEM_COMMAND_INVALID_OPERATOR
SYSTEM_COMMAND_INVALID_SHELL
in file Command.php, constant SYSTEM_COMMAND_INVALID_SHELL
SYSTEM_COMMAND_NOHUP_MISSING
in file Command.php, constant SYSTEM_COMMAND_NOHUP_MISSING
SYSTEM_COMMAND_NONZERO_EXIT
in file Command.php, constant SYSTEM_COMMAND_NONZERO_EXIT
SYSTEM_COMMAND_NO_OUTPUT
in file Command.php, constant SYSTEM_COMMAND_NO_OUTPUT
SYSTEM_COMMAND_NO_SHELL
in file Command.php, constant SYSTEM_COMMAND_NO_SHELL
SYSTEM_COMMAND_OK
in file Command.php, constant SYSTEM_COMMAND_OK
SYSTEM_COMMAND_OPERATOR_PLACEMENT
in file Command.php, constant SYSTEM_COMMAND_OPERATOR_PLACEMENT
SYSTEM_COMMAND_STDERR
in file Command.php, constant SYSTEM_COMMAND_STDERR
SYSTEM_COMMAND_TMPDIR_ERROR
in file Command.php, constant SYSTEM_COMMAND_TMPDIR_ERROR
top

t

test.php
procedural page test.php
top

Documentation generated on Mon, 11 Mar 2019 15:47:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.