ip)); if (isset($this->mask)) { $bytes = array_merge($bytes, array_map('intval', explode('.', $this->mask))); } return pack('C*', ...$bytes); } }