Method | Description | |
---|---|---|
executeCommand ( string $command, int[] $codes = [], string[] &$failures = null ) | Run a command against the buffer, expecting the given response codes. | |
getBuffer ( ) : Swift_Transport_IoBuffer | Get the IoBuffer where read/writes are occurring. |
public executeCommand ( string $command, int[] $codes = [], string[] &$failures = null ) | ||
$command | string | |
$codes | int[] | |
$failures | string[] | An array of failures by-reference |
public getBuffer ( ) : Swift_Transport_IoBuffer | ||
return | Swift_Transport_IoBuffer |