lithium\net\Socket::__destruct()

public method

Destructor.

Returns

void

Source

	public function __destruct() {
		$this->close();
	}