扫描 URL 列表数组并报告无法访问的 URL。

1.0.1 2015-10-19 02:12 UTC

This package is not auto-updated.

Last update: 2024-10-02 10:30:56 UTC


README

扫描 URL 列表数组并报告无法访问的 URL。
(此组件源代码是基于 modern-php/scanner 的韩文版源代码。)

安装

使用 Composer

$ composer require hanbit-modernphp/scanner

用法

$urls = [
    'http://www.apple.com',
    'https://php.ac.cn',
    'http://sdfssdwerw.org'
];
$scanner = new \Hanbit\ModernPHP\Url\Scanner($urls);
print_r($scanner->getInvalidUrls());

测试

不支持

贡献

CONTRIBUTING 参考

制作人

许可证

MIT 许可证 (MIT)。 许可证文件 参考