Home
last modified time | relevance | path

Searched refs:udpConnection (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php26 private $udpConnection = null; variable in Monolog\\Handler\\CubeHandler
79 $udpConnection = socket_create(AF_INET, SOCK_DGRAM, 0);
80 if (false === $udpConnection) {
84 $this->udpConnection = $udpConnection;
85 if (!socket_connect($this->udpConnection, $this->host, $this->port)) {