OCTET_COUNT
OCTET_COUNT
The Horde_Imsp_Client base class.
Copyright 2003-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
send(string $commandText, boolean $includeTag = true, boolean $sendCRLF = true, boolean $continuation = false)
Attempts to send a command to the server.
string | $commandText | Text to send to the server. |
boolean | $includeTag | Determines if command tag is prepended. |
boolean | $sendCRLF | Determines if CRLF is appended. |
boolean | $continuation | Expect a command continuation response. |