felipemateus/http-build-url
最新稳定版本:0.0.1
Composer 安装命令:
composer require felipemateus/http-build-url
包简介
This package implements a function which allows you to create urls with user and password parameter from http.
关键字:
README 文档
README
This package implements a function which allows you to create urls with user and password parameter from http.
Instalation
composer require felipemateus/http-build-url
Example
require_once __DIR__ . '/vendor/autoload.php'; $url = http_build_url("http://example.com", array( "user" => "teste", "pass" => "teste", ) ); print($url); // https://teste:teste@example.com
Url parts
scheme user pass host port path query fragment
统计信息
- 总下载量: 494
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2021-12-24