timerTab
останется. Я через цикл for сделал и удаляю по индексу timerTab.splice(i,1)
var app = require('express')();
var http = require('http').Server(app);
var io = require('socket.io')(http);
var bodyParser = require('body-parser');
app.use(bodyParser.json());
app.post('/phpcallback', function(req, res) {
var content = req.body;
console.log('Отправлено из php: ' + content.msg);
//Отправляем в сокет
res.end('ok');
});
http.listen(8080, function(){
var addr = http.address();
console.log('Сервер запущен на' + addr.address + ':' + addr.port);
});
<?php
$data = array("name" => "Robot", "msg" => "Сообщение из PHP");
$data_string = json_encode($data);
$ch = curl_init('http://localhost:8080/phpcallback');
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Content-Type: application/json',
'Content-Length: ' . strlen($data_string))
);
echo curl_exec($ch)."\n";
curl_close($ch);
?>
https://site.ru/web/room/v3/chat/add.php?r=10_9&m=1&viewer_id=818031&auth_key=fad7b&ts=1580009929722&client_type=1
userLotto.push([us.room,us.id,Nnum,bet]);
из объекта