lithium\net\Socket::set PHP Метод

set() публичный Метод

Sets the options to be used in subsequent requests.
public set ( array $flags, array $value = null ) : void
$flags array If $values is an array, $flags will be used as the keys to an associative array of curl options. If $values is not set, then $flags will be used as the associative array.
$value array If set, this array becomes the values for the associative array of curl options.
Результат void
    public function set($flags, $value = null)
    {
    }