for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Vados\TCPLogger\socket;
/**
* Class Tcp
* @package Vados\TCPLogger\socket
*/
class Tcp extends Socket
{
* @return void
public function initialize()
$this->socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
}