19 declare(strict_types=1);
29 "Can establish a connection to proxy",
32 $host = $config->getProxyHost();
33 if (strspn($host,
'.0123456789') != strlen($host) && strstr($host,
'/') ===
false) {
34 $host = gethostbyname($host);
36 $port = $config->getProxyPort() % 65536;
38 if (!fsockopen($host, $port, $errno, $errstr, 10)) {
39 throw new Exception(
"Can`t establish connection to proxy.");
47 "Can`t establish connection to proxy."
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.
__construct(Container $dic, ilPlugin $plugin)
A condition that can't be met by ILIAS itself needs to be met by some external means.