lithium\net\socket\Context::encoding()

public method

Sets the encoding of the socket connection. Does not apply to this implementation.

Parameters

  • string $charset

    The character set to use.

Returns

boolean

true if encoding has been set, false otherwise.

Source

	public function encoding($charset = null) {
		return false;
	}