lithium\net\Socket::open()
Opens the socket and sets Socket::$_resource
.
Parameters
-
array
$options
Update the config settings.
Returns
mixedThe open resource on success, false
otherwise.
Source
public function open(array $options = []) {
$this->_autoConfig($options + $this->_config, $this->_autoConfig);
return false;
}