mirror of
https://github.com/danog/dns.git
synced 2025-01-22 21:41:11 +01:00
Merge pull request #35 from Ayesh/master
README.md file example PHP snippet fix
This commit is contained in:
commit
d9b2383624
@ -39,7 +39,7 @@ Amp\run(function () {
|
||||
$combinedGoogleResult = (yield Amp\Dns\resolve("google.com"));
|
||||
var_dump($combinedGoogleResult);
|
||||
|
||||
$googleMx = (yield Amp\Dns\query("google.com", Amp\Dns\Record::MX);
|
||||
$googleMx = (yield Amp\Dns\query("google.com", Amp\Dns\Record::MX));
|
||||
var_dump($googleMx);
|
||||
});
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user