files_antivirus/tests/avirserver.php

11 строки
195 B
PHP
Исходник Обычный вид История

2016-11-11 23:13:53 +03:00
<?php
namespace OCA\Files_Antivirus\Tests;
2016-11-11 23:13:53 +03:00
include __DIR__ . '/DummyClam.php';
set_time_limit(0);
$socketPath = 'tcp://0.0.0.0:5555';
$clam = new DummyClam($socketPath);
$clam->startServer();