lithium\net\Socket::encoding PHP Méthode

encoding() abstract public méthode

Sets the encoding of the socket connection.
abstract public encoding ( string $charset ) : boolean
$charset string The character set to use.
Résultat boolean `true` if encoding has been set, `false` otherwise.
    public abstract function encoding($charset);