We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b21f2 commit 4160715Copy full SHA for 4160715
README.md
@@ -153,9 +153,10 @@ $checkHost = new \ILYAGVC\CheckHost\CheckHost(
153
154
```php
155
<?php
156
+use ILYAGVC\CheckHost\CheckHost;
157
require 'vendor/autoload.php';
158
-$checkHost = new \ILYAGVC\CheckHost\CheckHost();
159
+$checkHost = new CheckHost();
160
$result = $checkHost->runCheck('https://www.google.com', 'ping', 2);
161
print_r($result);
162
```
@@ -190,9 +191,10 @@ Array
190
191
192
193
194
195
196
197
198
$result = $checkHost->fullCheck('https://www.google.com');
199
200
0 commit comments