lithium\net\socket\Context::encoding()
Implements
lithium\net\Socket::encoding()
Sets the encoding of the socket connection. Does not apply to this implementation.
Parameters
-
string
$charset
The character set to use.
Returns
booleantrue
if encoding has been set, false
otherwise.
Source
public function encoding($charset = null) {
return false;
}