echo_daemon
Description:
echo arguments back to the client
This command concatenates the list of words
passed with single spaces between them and returns the resulting string.
You can use this command to test the connection through to the daemon.
See also ping_daemon.
Parameters:
this |
A GuestfsSession object |
words |
an array of strings |
Returns:
the returned string, or NULL on error |