Skip to content

Commit 6a786b1

Browse files
authored
Update README.md
1 parent 21ac985 commit 6a786b1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,22 +108,22 @@ $checkHost = new \ILYAGVC\CheckHost\CheckHost(
108108

109109
**Combines `sendRequest()` and `getResults()` into one call.**
110110

111-
| Parameter | Type | Description |
112-
| ----------- | -------- | ------------------------------------------------------------------------- |
113-
| `$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` | Max number of nodes to use (`0` = all available nodes) |
111+
| Parameter | Type | Description |
112+
| ----------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
113+
| `$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) |
116116

117117
---
118118

119119
### `fullCheck(string $host, int|null): array|false`
120120

121121
**Performs all core tests (`ping`, `http`, `tcp`, `udp`, `dns`, `traceroute`) on the given host.**
122122

123-
| Parameter | Type | Description |
124-
| ----------- | -------- | ------------------------------------------------------------ |
125-
| `$host` | `string` | The target domain or IP to check |
126-
| `$maxNodes` | `int` | Maximum number of nodes per test (`0` = all available nodes) |
123+
| Parameter | Type | Description |
124+
| ----------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
125+
| `$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) |
127127

128128
---
129129

0 commit comments

Comments
 (0)