网址模板

时间:2024-02-28 13:56:49
【文件属性】:

文件名称:网址模板

文件大小:34KB

文件格式:ZIP

更新时间:2024-02-28 13:56:49

rfc-6570 PHP

网址模板 develop 实施。 安装 composer require innmind/url-template 用法 use Innmind \ UrlTemplate \ Template ; use Innmind \ Immutable \ Map ; use Innmind \ Url \ Url ; $ url = Template :: of ( 'http://example.com/dictionary/{term:1}/{term}' )-> expand ( Map :: of ( 'string' , 'scalar|array' ) ( 'term' , 'dog' ) ); $ url instanceof Url ; // true $ url -> toString (); // http://example.com/dictio


【文件预览】:
UrlTemplate-develop
----src()
--------Exception()
--------Expressions.php(2KB)
--------Expression.php(512B)
--------Expression()
--------Template.php(5KB)
--------UrlEncode.php(1KB)
----LICENSE(1KB)
----composer.json(970B)
----.github()
--------workflows()
----README.md(1KB)
----.php_cs.dist(90B)
----psalm.xml(444B)

网友评论