You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`$host`|`string`| The target domain or IP to check |
92
+
|`$type`|`string`| Type of check: one of `ping`, `http`, `tcp`, `udp`, `dns`, `traceroute`|
93
+
|`$maxNodes`|`int`|Maximum number of nodes to use. Any value other than `0`overrides the selected nodes and uses up to the specified number of available nodes (`0` = use selected nodes)|
94
94
95
95
---
96
96
@@ -108,22 +108,22 @@ $checkHost = new \ILYAGVC\CheckHost\CheckHost(
108
108
109
109
**Combines `sendRequest()` and `getResults()` into one call.**
|`$host`|`string`| The target domain or IP to check |
114
-
|`$type`|`string`| Type of check: one of `ping`, `http`, `tcp`, `udp`, `dns`, `traceroute`|
115
-
|`$maxNodes`|`int`| Maximum number of nodes to use. Any value other than `0` overrides the selected countries and uses up to the specified number of available nodes (`0` = use all available nodes) |
|`$host`|`string`| The target domain or IP to check |
114
+
|`$type`|`string`| Type of check: one of `ping`, `http`, `tcp`, `udp`, `dns`, `traceroute`|
115
+
|`$maxNodes`|`int`| Maximum number of nodes to use. Any value other than `0` overrides the selected nodes and uses up to the specified number of available nodes (`0` = use selected nodes) |
|`$host`|`string`| The target domain or IP to check |
126
-
|`$maxNodes`|`int`| Maximum number of nodes to use. Any value other than `0` overrides the selected countries and uses up to the specified number of available nodes (`0` = use all available nodes) |
|`$host`|`string`| The target domain or IP to check |
126
+
|`$maxNodes`|`int`| Maximum number of nodes to use. Any value other than `0` overrides the selected nodes and uses up to the specified number of available nodes (`0` = use selected nodes) |
127
127
128
128
---
129
129
@@ -139,8 +139,6 @@ $checkHost = new \ILYAGVC\CheckHost\CheckHost(
139
139
140
140
### `setTimeout(int $seconds): void`
141
141
142
-
### `setTimeout(int $seconds): void`
143
-
144
142
**Sets the timeout for all result fetching requests.**
0 commit comments