dns-master

所属分类:网络编程
开发工具:PHP
文件大小:27KB
下载次数:0
上传日期:2019-10-13 01:07:02
上 传 者Shawn85
说明:  Async DNS resolution for PHP based on Amp.

文件列表:
.php_cs.dist (302, 2019-07-31)
CONTRIBUTING.md (1243, 2019-07-31)
LICENSE (1077, 2019-07-31)
Makefile (847, 2019-07-31)
appveyor.yml (1060, 2019-07-31)
composer.json (1920, 2019-07-31)
docs (0, 2019-07-31)
docs\.shared (0, 2019-07-31)
docs\Gemfile (121, 2019-07-31)
docs\_config.yml (546, 2019-07-31)
docs\index.md (3704, 2019-07-31)
lib (0, 2019-07-31)
lib\BlockingFallbackResolver.php (1527, 2019-07-31)
lib\Config.php (4298, 2019-07-31)
lib\ConfigException.php (321, 2019-07-31)
lib\ConfigLoader.php (115, 2019-07-31)
lib\DnsException.php (69, 2019-07-31)
lib\HostLoader.php (2335, 2019-07-31)
lib\Internal (0, 2019-07-31)
lib\Internal\Socket.php (7682, 2019-07-31)
lib\Internal\TcpSocket.php (3289, 2019-07-31)
lib\Internal\UdpSocket.php (1574, 2019-07-31)
lib\InvalidNameException.php (79, 2019-07-31)
lib\NoRecordException.php (76, 2019-07-31)
lib\Record.php (3217, 2019-07-31)
lib\Resolver.php (1049, 2019-07-31)
lib\Rfc1035StubResolver.php (19153, 2019-07-31)
lib\TimeoutException.php (75, 2019-07-31)
lib\UnixConfigLoader.php (6533, 2019-07-31)
lib\WindowsConfigLoader.php (2787, 2019-07-31)
lib\functions.php (2749, 2019-07-31)
phpunit.xml.dist (856, 2019-07-31)

# dns [![Build Status](https://img.shields.io/travis/amphp/dns/master.svg?style=flat-square)](https://travis-ci.org/amphp/dns) [![CoverageStatus](https://img.shields.io/coveralls/amphp/dns/master.svg?style=flat-square)](https://coveralls.io/github/amphp/dns?branch=master) ![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square) `amphp/dns` provides asynchronous DNS name resolution for [Amp](https://github.com/amphp/amp). ## Installation ```bash composer require amphp/dns ``` ## Example ```php
近期下载者

相关文件


收藏者