X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2FClient.php;h=d31e9f5ef966e40cf7e6ae25b991fdb91a726b22;hb=f62d1ade29f82f7986e58386ed78e32be3839ed9;hp=c884a251e9ba66526a50c9bcb497f7f4db201e73;hpb=f4978078febfc4289bb4f45db6ca3f9e6c8c4f94;p=plcapi.git diff --git a/src/Client.php b/src/Client.php index c884a25..d31e9f5 100644 --- a/src/Client.php +++ b/src/Client.php @@ -5,7 +5,7 @@ namespace PhpXmlRpc; use PhpXmlRpc\Helper\Logger; /** - * The basic class used to represent a client of an XML-RPC server. + * Used to represent a client of an XML-RPC server. */ class Client { @@ -83,7 +83,7 @@ class Client /** * The charset encoding that will be used for serializing request sent by the client. - * If defaults to NULL, which means using US-ASCII and encoding all characters outside of the ASCII range using + * It defaults to NULL, which means using US-ASCII and encoding all characters outside of the ASCII range using * their xml character entity representation (this has the benefit that line end characters will not be mangled in * the transfer, a CR-LF will be preserved as well as a singe LF). * Valid values are 'US-ASCII', 'UTF-8' and 'ISO-8859-1'