Procedural File: lamdaemon.inc
Source Location: /lib/lamdaemon.inc
Page Details:
This file includes functions to control lamdaemon.
Tags:
lamdaemon [line 42]
array lamdaemon(
array $commands, string $server)
|
|
Sends commands to lamdaemon script.
Tags:
Parameters
array |
$commands |
List of command lines |
string |
$server |
remote server |
lamdaemonSSH [line 97]
array lamdaemonSSH(
array $commands, string $server)
|
|
Sends commands to lamdaemon script via PHP SSH functions.
Tags:
Parameters
array |
$commands |
List of command lines |
string |
$server |
remote server |
|
|