Skip to content

Instantly share code, notes, and snippets.

@aterrien
aterrien / weby.php
Last active December 25, 2015 20:09 — forked from ichiriac/weby.php
<?php
define('CRLF', "\r\n");
class HaveToWork extends Thread {
protected $wait;
public $socket = null;
public function __construct() {
$this->wait = true;
$this->start();
}
public function run() {