QueryString
[mdref/mdref-http] / http / QueryString / xlate.md
diff --git a/http/QueryString/xlate.md b/http/QueryString/xlate.md
new file mode 100644 (file)
index 0000000..baeb2f6
--- /dev/null
@@ -0,0 +1,20 @@
+# http\QueryString http\QueryString::xlate($from_enc, $to_enc)
+
+Translate character encodings of the querystring with ext/iconv.
+
+> **Note:** This method is only available when ext/iconv support was enabled at build time.
+
+## Params:
+
+* string $from_enc  
+  The encoding to convert from.
+* string $to_enc  
+  The encoding to convert to.
+
+## Returns:
+
+* http\QueryString, self.
+
+## Throws:
+
+* http\Exception