Namespace esperecyan\url\lib
HostProcessing | |
Infrastructure | |
PercentEncoding | |
Terminology | |
URL | A universal identifier (a URL record). A URL consists of components, namely a scheme, scheme data, username, password, host, port, path, query, and fragment. |
URLencoding | The application/x-www-form-urlencoded format is a simple way to encode name-value pairs in a byte sequence where all bytes are in the 0x00 to 0x7F range. |