SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Ping Method

Sends a keep-alive request to the SSH server.

Object Oriented Interface

public function doPing();

Procedural Interface

secureblackbox_sshclient_do_ping($res);

Remarks

Use this method to send a keep-alive message to the SSH server. Keep-alive messages are empty data packets which carry no useful information but are a handy way of checking if the connection is still alive.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]