Class PercentEncoding
- esperecyan\url\lib\PercentEncoding uses esperecyan\url\lib\Utility
Namespace: esperecyan\url\lib
Deprecated: 3.2.0 The methods and constants are moved to
See:
Link: Rename Terminology to Infrastructure · whatwg/url@e5b57a0
Located at lib\PercentEncoding.php
Deprecated: 3.2.0 The methods and constants are moved to
esperecyan\url\lib\Infrastructure
.See:
esperecyan\url\lib\Infrastructure
Link: Rename Terminology to Infrastructure · whatwg/url@e5b57a0
Located at lib\PercentEncoding.php
public static
string
|
|
public static
string
|
|
public static
string
|
#
utf8PercentEncode( string $encodeSet, string $codePoint )
Alias of |
string |
SIMPLE_ENCODE_SET
Alias of |
#
'/[^ -~]/u'
|
string |
DEFAULT_ENCODE_SET
Alias of |
#
'/[^!$-;=@-_a-z|~]/u'
|
string |
PASSWORD_ENCODE_SET
Alias of |
#
'/[^!$-.0-9A-Z_a-z~]/u'
|
string |
USERNAME_ENCODE_SET
Alias of |
#
'/[^!$-.0-9A-Z_a-z~]/u'
|
string |
USERINFO_ENCODE_SET
Alias of |
#
'/[^!$-.0-9A-Z_a-z~]/u'
|