Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
CApplication
.RemoteCommand
static function
RemoteCommand
Prototype:
static function RemoteCommand(command);
Parameters
command
a string containing a system command for the client to execute.
Description:
Executes a system command on the client. This function is considered dangerous, and the client has the right to stop the execution of the system command.
Return value:
Returns null.