blob: add4a2a0d542d61a26d842c08ac279c30622e15a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
NAME
URL::Encode - Encoding and decoding of
"application/x-www-form-urlencoded" encoding.
SYNOPSIS
$octets = url_decode($octets);
$string = url_decode_utf8($octets);
$octets = url_encode($octets);
$octets = url_encode_utf8($string);
$params = url_params_flat($octets [, $utf8 = false]);
$params = url_params_mixed($octets [, $utf8 = false]);
$params = url_params_multi($octets [, $utf8 = false]);
url_params_each($octets, $callback [, $utf8 = false]);
DESCRIPTION
This module provides functions to encode and decode strings into and
from the "application/x-www-form-urlencoded" encoding.
...
|
in each repos: see "about"-tab (if existing) for more details / README.
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa