slexx/url

URL操作库

v1.1.2 2017-07-31 04:06 UTC

This package is auto-updated.

Last update: 2024-09-08 07:47:44 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

安装

$ composer require slexx/url

基本使用

用于解析和操作链接的类

$url = new Slexx\Url\Url('http://example.com/?arg=value');

echo $url->getHost();
// -> example.com

文档