QueryString
[mdref/mdref] / http / QueryString / xlate.md
1 # http\QueryString http\QueryString::xlate($from_enc, $to_enc)
2
3 Translate character encodings of the querystring with ext/iconv.
4
5 > **Note:** This method is only available when ext/iconv support was enabled at build time.
6
7 ## Params:
8
9 * string $from_enc
10 The encoding to convert from.
11 * string $to_enc
12 The encoding to convert to.
13
14 ## Returns:
15
16 * http\QueryString, self.
17
18 ## Throws:
19
20 * http\Exception