Skip to content

Commit

Permalink
Automatically regenerate the files
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Nov 20, 2024
1 parent 16c0076 commit 75dec96
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions generated/network.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,9 @@
* with a functions such as mail.
* @param int $type By default, dns_get_record will search for any
* resource records associated with hostname.
* To limit the query, specify the optional type
* parameter. May be any one of the following:
* DNS_A, DNS_CNAME,
* DNS_HINFO, DNS_CAA,
* DNS_MX, DNS_NS,
* DNS_PTR, DNS_SOA,
* DNS_TXT, DNS_AAAA,
* DNS_SRV, DNS_NAPTR,
* DNS_A6, DNS_ALL
* or DNS_ANY.
*
* Because of eccentricities in the performance of libresolv
* between platforms, DNS_ANY will not
* always return every record, the slower DNS_ALL
* will collect all records more reliably.
*
* Windows: DNS_CAA is not supported.
* Support for DNS_A6 is not implemented.
* To limit the query, use one of the
* DNS_*
* constants.
* @param array|null $authoritative_name_servers Passed by reference and, if given, will be populated with Resource
* Records for the Authoritative Name Servers.
* @param array|null $additional_records Passed by reference and, if given, will be populated with any
Expand Down Expand Up @@ -91,7 +76,7 @@
*
*
*
* Other keys in associative arrays dependant on 'type'
* Other keys in associative arrays dependent on type
*
*
*
Expand Down

0 comments on commit 75dec96

Please sign in to comment.