public function __construct() { parent::__construct(); set_time_limit(0); $this->events = array(); $this->clients = array('sockets' => array(), 'instances' => array()); }
/** * El constructor registra el directorio base * en las variables globales de bitphp */ public function __construct() { parent::__construct(); $this->commands = array(); $this->binded = array(); }