Lines Matching refs:Socket
3 * This file is part of the FreeDSx Socket package.
11 namespace FreeDSx\Socket;
13 use FreeDSx\Socket\Exception\ConnectionException;
20 class Socket
271 * @return Socket
274 public static function create(string $host, array $options = []) : Socket
284 * @return Socket
290 ): Socket {
305 * @return Socket
308 public static function tcp(string $host, array $options = []) : Socket
318 * @return Socket
321 public static function udp(string $host, array $options = []) : Socket