mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-21 21:41:14 +01:00
Merge pull request #503 from terrafrost/bug501
SSH2: clarify exec() docblock comment * terrafrost/bug501: SSH2: clarify exec() docblock comment
This commit is contained in:
commit
c0511f2df4
@ -2261,7 +2261,7 @@ class Net_SSH2
|
||||
/**
|
||||
* Execute Command
|
||||
*
|
||||
* If $block is set to false then Net_SSH2::_get_channel_packet(NET_SSH2_CHANNEL_EXEC) will need to be called manually.
|
||||
* If $callback is set to false then Net_SSH2::_get_channel_packet(NET_SSH2_CHANNEL_EXEC) will need to be called manually.
|
||||
* In all likelihood, this is not a feature you want to be taking advantage of.
|
||||
*
|
||||
* @param String $command
|
||||
|
Loading…
x
Reference in New Issue
Block a user