|
ssh2_execExecute a command on a remote server Beschreibung
resource ssh2_exec
( resource
$session
, string $command
[, string $pty
[, array $env
[, int $width = 80
[, int $height = 25
[, int $width_height_type = SSH2_TERM_UNIT_CHARS
]]]]] )Execute a command at the remote end and allocate a channel for it. Parameter-Liste
Rückgabewerte
Returns a stream on successIm Fehlerfall wird Beispiele
Beispiel #1 Executing a command
<?phpSiehe auch
|