This website requires JavaScript.
Explore
Help
Sign In
danog
/
dns
Watch
1
Star
0
Fork
0
You've already forked dns
mirror of
https://github.com/danog/dns.git
synced
2024-11-27 04:24:48 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
cbac861746
dns
/
lib
/
Record.php
7 lines
83 B
PHP
Raw
Normal View
History
Unescape
Escape
Drop strict types Dropping strict types so it is not enforced in callbacks provided by application code.
2016-12-30 04:16:14 +01:00
<
?
php
Switch to a new API to enable getting not only the first entry and not only A/AAAA records This now can do queries to dns servers and you'll get the list of raw records in an array
2015-08-30 16:39:04 +02:00
namespace
Amp\Dns
;
Update to PHPUnit 6, update code style
2017-06-17 10:49:54 +02:00
class
Record
extends
\LibDNS\Records\ResourceQTypes
{
}
Reference in New Issue
Copy Permalink